create_persistent_volumes.yml 423 B

123456789
  1. ---
  2. - name: Create Hosted Resources - persistent volumes
  3. hosts: oo_first_master
  4. vars:
  5. persistent_volumes: "{{ hostvars[groups.oo_first_master.0] | oo_persistent_volumes(groups) }}"
  6. persistent_volume_claims: "{{ hostvars[groups.oo_first_master.0] | oo_persistent_volume_claims }}"
  7. roles:
  8. - role: openshift_persistent_volumes
  9. when: persistent_volumes | length > 0 or persistent_volume_claims | length > 0