diff options
Diffstat (limited to 'playbooks/ands-network.yml')
-rw-r--r-- | playbooks/ands-network.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/playbooks/ands-network.yml b/playbooks/ands-network.yml new file mode 100644 index 0000000..1788781 --- /dev/null +++ b/playbooks/ands-network.yml @@ -0,0 +1,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 } |