- name: Determin Ands facts
  hosts: ands
  roles:
    - role: ands_facts

- name: Prepare virtual hosts
  hosts: virtual
  roles:
    - role: ands_vagrant_vmconf

- name: Configure ininiband infrastrcture
  hosts: baremetal
  roles:
    - role: ofed

- name: Network configuration
  hosts: baremetal
  roles:
    - { role: ands_network, action: nm_configure }