1
0
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:
Michael Lustenberger
2017-06-29 16:40:28 +02:00
parent 5a6eca17c9
commit 543e13c388

12
install-firewalling.yml Normal file
View 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