- 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 }