Add 'installbox' configuration.
This commit is contained in:
commit
546dabd7aa
16 changed files with 323 additions and 0 deletions
7
roles/two-interface-shorewall/handlers/main.yml
Normal file
7
roles/two-interface-shorewall/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: restart networking
|
||||
service: name=networking state=restarted enabled=yes
|
||||
listen: restart networking
|
||||
|
||||
- name: restart shorewall
|
||||
service: name=shorewall state=restarted enabled=yes
|
||||
listen: restart shorewall
|
Loading…
Add table
Add a link
Reference in a new issue