summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-add-etcd.yml
blob: c866f49e1075b59e9a80664458b04806febba286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Configure cluster hosts names 
  hosts: nodes:new_nodes
  roles:
    - { role: ands_facts }
    - { role: ands_network, action: install_pre }

- import_playbook: ../anslib/openshift-ansible/playbooks/prerequisites.yml
- import_playbook: ../anslib/openshift-ansible/playbooks/openshift-etcd/scaleup.yml

- name: Configure cluster hosts names 
  hosts: nodes:new_nodes
  roles:
    - { role: ands_network, action: install_post }