openshift_default_storage_class.yml 276 B

12345678
  1. ---
  2. - name: Create Hosted Resources - openshift_default_storage_class
  3. hosts: oo_first_master
  4. roles:
  5. - role: openshift_default_storage_class
  6. when:
  7. - openshift_cloudprovider_kind is defined
  8. - openshift_cloudprovider_kind in ['aws','gce','openstack','vsphere']