summaryrefslogtreecommitdiffstats
path: root/playbooks/ands-network.yml
blob: 211ddfe2617f9f880e9d5ed8524ec37c102412a6 (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: baremetal
  roles:
    - { role: ands_network, action: nm_configure }