aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/network/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/network/handlers')
-rw-r--r--ansible/roles/network/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ansible/roles/network/handlers/main.yml b/ansible/roles/network/handlers/main.yml
deleted file mode 100644
index 1c72d85..0000000
--- a/ansible/roles/network/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: reload iptables
- shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker
-
-- name: reload ip6tables
- shell: ip6tables-restore < /etc/iptables/rules.v6