Experimental IPv6 installbox.
This commit is contained in:
parent
de2a473cde
commit
6438585128
5 changed files with 125 additions and 0 deletions
20
roles/dhcp6radvdatftp/handlers/main.yml
Normal file
20
roles/dhcp6radvdatftp/handlers/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue