config.yml 328 B

12345678
  1. ---
  2. - name: Run the openshift-master config playbook
  3. include: openshift-master/config.yml
  4. when: groups.masters is defined and groups.masters
  5. - name: Run the openshift-node config playbook
  6. include: openshift-node/config.yml
  7. when: groups.nodes is defined and groups.nodes and groups.masters is defined and groups.masters