mirror of
https://github.com/inofix/common-playbooks.git
synced 2026-02-05 12:45:29 +01:00
Firewalling playbook
Add the playbook for the new role.
This commit is contained in:
12
install-firewalling.yml
Normal file
12
install-firewalling.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
#* This playbook enables basic firewalling and routing and has no dependen-
|
||||
#* cies. It merely consists of a init script and a iptables dump file to be
|
||||
#* reloaded on startup.
|
||||
#* Use '-a' to pass parameters to ansible (as '-e'). See ansible fetch for
|
||||
#* details.
|
||||
#* No arguments are mandatory.
|
||||
|
||||
- hosts: app.thewall
|
||||
become: true
|
||||
roles:
|
||||
- install-thewall
|
||||
|
||||
Reference in New Issue
Block a user