The *radvd* role and `radvd.yml` playbook can be used to configure the `radvd` IPv6 SLAAC router advertisement daemon on Linux.
4 lines
71 B
YAML
4 lines
71 B
YAML
- name: restart radvd
|
|
service: name=radvd
|
|
state=restarted
|