Added emma play and updated roles for multi-server setup
This commit is contained in:
parent
dc538a3971
commit
75e0f73ba8
10 changed files with 151 additions and 0 deletions
6
roles/any.common.static-ip/tasks/main.yml
Normal file
6
roles/any.common.static-ip/tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install networking config file.
|
||||
template:
|
||||
src: interfaces.j2
|
||||
dest: /etc/network/interfaces.d/{{ interface }}
|
||||
notify: restart networking
|
||||
Loading…
Add table
Add a link
Reference in a new issue