chore: remove all IPv6 functionality

This commit is contained in:
Simon Cornet 2026-02-16 14:39:22 +01:00
commit d08faaf862
8 changed files with 224 additions and 28 deletions

View file

@ -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"