Zack Williams | 6dc2d45 | 2017-12-20 17:50:49 -0700 | [diff] [blame] | 1 | --- |
2 | # interface-config/handlers/main.yml | ||||
3 | |||||
4 | # the next handler may need to change in 16.04 as iptables-persistent was split | ||||
5 | # and may need 'netfilter-persistent' installed as well | ||||
6 | - name: iptables-save | ||||
7 | shell: iptables-save | grep -vi docker > /etc/iptables/rules.v4 | ||||
8 | tags: | ||||
9 | - skip_ansible_lint | ||||
10 |