aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/network/handlers/main.yml
blob: 1c72d85cb4a9d8c484b96b7c251a395790c5fb5d (plain) (blame)
1
2
3
4
5
6
---
- name: reload iptables
  shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker

- name: reload ip6tables
  shell: ip6tables-restore < /etc/iptables/rules.v6