Switch from squid to apt-cacher-ng and from shorewall to firewalld.
This commit is contained in:
parent
8ae165e842
commit
cce0dfcafb
11 changed files with 127 additions and 18 deletions
9
roles/two-interface-firewalld/handlers/main.yml
Normal file
9
roles/two-interface-firewalld/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: restart networking
|
||||
systemd: name=networking state=restarted enabled=yes
|
||||
listen: restart networking
|
||||
when: not run_in_installer|default(false)|bool
|
||||
|
||||
- name: start firewalld
|
||||
systemd: name=firewalld state=started enabled=yes
|
||||
listen: "start firewalld"
|
||||
when: not run_in_installer|default(false)|bool
|
Loading…
Add table
Add a link
Reference in a new issue