add ariane host_vars/ariane and role
This commit is contained in:
8
roles/ariane/tasks/iptables.yml
Normal file
8
roles/ariane/tasks/iptables.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: iptables - install iptables-persistent
|
||||
apt: name=iptables-persistent
|
||||
|
||||
- name: /etc/iptables/rules.v4
|
||||
template: dest=/etc/iptables/rules.v4 src=iptables_rules_v4.j2 owner=root group=root mode=0644
|
||||
notify:
|
||||
iptables restore
|
||||
Reference in New Issue
Block a user