diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 19:49:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 19:49:32 +0200 |
commit | 03d4e50b0508a292a7d24cc0e4cd4327118050d8 (patch) | |
tree | 457d5885057ce19745c791d6699e1a388c774986 /ansible/roles/network/handlers/main.yml | |
parent | eac2581a20b102e7464f8b06c13b4aade46fcb2f (diff) | |
download | infrastructure-03d4e50b0508a292a7d24cc0e4cd4327118050d8.tar.gz infrastructure-03d4e50b0508a292a7d24cc0e4cd4327118050d8.zip |
Add my own modifications
Diffstat (limited to 'ansible/roles/network/handlers/main.yml')
-rw-r--r-- | ansible/roles/network/handlers/main.yml | 6 |
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 |