radvd: Install and configure radvd
The *radvd* role and `radvd.yml` playbook can be used to configure the `radvd` IPv6 SLAAC router advertisement daemon on Linux.
This commit is contained in:
3
roles/radvd/handlers/main.yml
Normal file
3
roles/radvd/handlers/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- name: restart radvd
|
||||
service: name=radvd
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user