iptables/handlers/main.yml

7 lines
200 B
YAML
Raw Normal View History

2021-09-12 13:28:46 +00:00
---
- name: Load iptables rules for IPv4
shell: 'cat {{ iptables__conf_ipv4 }} | iptables-restore'
- name: Load iptables rules for IPv6
shell: 'cat {{ iptables__conf_ipv6 }} | ip6tables-restore'