Experimental IPv6 installbox.

This commit is contained in:
Andreas B. Mundt 2022-06-25 10:11:57 +02:00 committed by Andreas B. Mundt
parent de2a473cde
commit 6438585128
5 changed files with 125 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
- name: restart radvd
systemd:
name: radvd.service
state: restarted
enabled: true
listen: restart radvd
- name: restart kea-dhcp6-server
systemd:
name: kea-dhcp6-server.service
state: restarted
enabled: true
listen: restart kea-dhcp6-server
- name: restart network interfaces
systemd:
name: networking
state: restarted
listen: reconfigure network