config.yml 453 B

123456789101112
  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-etcd playbook
  6. include: openshift-etcd/config.yml
  7. when: groups.etcd is defined and groups.etcd
  8. - name: Run the openshift-node config playbook
  9. include: openshift-node/config.yml
  10. when: groups.nodes is defined and groups.nodes and groups.masters is defined and groups.masters