summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_default_storage_class.yml
blob: 4b4f19690d5b0f67d0c7b2d30f7b4d579ab62257 (plain)
1
2
3
4
5
6
---
- name: Create Hosted Resources - openshift_default_storage_class
  hosts: oo_first_master
  roles:
  - role: openshift_default_storage_class
    when: openshift_cloudprovider_kind is defined and (openshift_cloudprovider_kind == 'aws' or openshift_cloudprovider_kind == 'gce')