Initial commit

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-08-17 00:35:57 +03:00
commit 60b8ecdd4c
36 changed files with 1450 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Install iptables-persistent
apt: pkg=iptables-persistent update_cache=yes
tags: firewall
- name: Copy /etc/iptables/rules.v4
template: src=iptables.j2 dest=/etc/iptables/rules.v4 owner=root mode=0600
notify:
- restart iptables-persistent
tags: firewall