|
@@ -1,4 +1,9 @@
|
|
- name: Install network config
|
|
- name: Install network config
|
|
when: supernode_interfaces is defined
|
|
when: supernode_interfaces is defined
|
|
template: src=interfaces.j2 dest=/etc/network/interfaces
|
|
template: src=interfaces.j2 dest=/etc/network/interfaces
|
|
- notify: Restart network
|
|
|
|
|
|
+ notify: Restart network
|
|
|
|
+
|
|
|
|
+- name: Make sure necessary tools are installed
|
|
|
|
+ apt: name={{item}} state=present
|
|
|
|
+ with_items:
|
|
|
|
+ - wget
|