Update/fix 'installbox' configuration.
This commit is contained in:
parent
b1af7d31ec
commit
e37f9fa03d
7 changed files with 55 additions and 27 deletions
|
@ -2,12 +2,6 @@
|
|||
template:
|
||||
src: interfaces-static.j2
|
||||
dest: /etc/network/interfaces.d/static
|
||||
|
||||
- name: make if_wan auto start
|
||||
lineinfile:
|
||||
dest: /etc/network/interfaces
|
||||
line: "auto {{ if_wan }}"
|
||||
insertbefore: "iface\\s+{{ if_wan }}\\s+inet\\s+dhcp"
|
||||
notify: restart networking
|
||||
|
||||
- name: install shorewall packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue