- 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-glusterfs/config.yml
  vars:
    openshift_storage_glusterfs_is_missing: False
    openshift_storage_glusterfs_heketi_is_missing: False


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