Create, Expand & Delete PVC
oc get pvc -A PVC_NAME #Search for PVC in all projects
oc project PROJECT_NAME #To connect to the project
ansible -i inventory.ini -m ping all # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...