summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-add-nodes.yml
blob: 04a56a8a49309a33ed41a22dff83c2a7cc9be9ab (plain)
1
2
3
4
5
6
7
- name: Configure cluster hosts names 
  hosts: nodes
  roles:
    - { role: ands_facts }
    - { role: ands_openshift, subrole: hostnames }

- import_playbook: ../anslib/openshift-ansible/playbooks/openshift-node/scaleup.yml