blob: 682468f333914069c083d757d04d57eebbcd5fea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- name: Configure cluster hosts names
hosts: 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/redeploy-certificates.yml
- name: Configure cluster hosts names
hosts: nodes
roles:
- { role: ands_network, action: install_post }
|