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

- include: ../anslib/openshift-ansible/playbooks/byo/openshift-node/scaleup.yml