chore: remove all IPv6 functionality
This commit is contained in:
parent
9d5316df24
commit
d08faaf862
8 changed files with 224 additions and 28 deletions
|
|
@ -1,2 +1,13 @@
|
|||
---
|
||||
# Handlers for ans-router
|
||||
|
||||
- name: "restart iptables"
|
||||
ansible.builtin.service:
|
||||
name: "iptables"
|
||||
state: "restarted"
|
||||
when: "ipv4_enabled"
|
||||
|
||||
- name: "restart ip6tables"
|
||||
ansible.builtin.service:
|
||||
name: "ip6tables"
|
||||
state: "restarted"
|
||||
when: "ipv6_enabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue