infrastructure/ansible/roles/network/handlers/main.yml

7 lines
233 B
YAML
Raw Normal View History

2019-06-01 14:02:49 +00:00
---
- name: reload iptables
shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker && ifdown nomad1 || true && ifup nomad1 || true
- name: reload ip6tables
shell: ip6tables-restore < /etc/iptables/rules.v6