summaryrefslogtreecommitdiffstats
path: root/playbooks/ands-network.yml
blob: 178878158935a5c8f656a8c679671f61cd5553ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- 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: ands
  roles:
    - { role: ands_network, action: nm_configure }