Network configuration #1

Merged
quentin merged 8 commits from network_config into master 2020-07-05 18:37:21 +00:00
Showing only changes of commit d590a98bed - Show all commits

View file

@ -1,6 +1,6 @@
---
- name: reload iptables
shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker && ifdown nomad1 || true && ifup nomad1 || true
shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker
- name: reload ip6tables
shell: ip6tables-restore < /etc/iptables/rules.v6