2017-09-05 12:01:27 +02:00
|
|
|
---
|
|
|
|
- name: install radvd packages
|
2017-10-11 17:53:20 +02:00
|
|
|
package:
|
2017-09-05 12:01:27 +02:00
|
|
|
name: radvd
|
|
|
|
state: present
|
|
|
|
|
|
|
|
- name: configure radvd
|
|
|
|
template:
|
|
|
|
src: radvd.conf.j2
|
|
|
|
dest: /etc/radvd.conf
|
2017-10-03 20:43:23 +02:00
|
|
|
notify: restart systemd unit radvd
|
2017-10-26 22:35:55 +02:00
|
|
|
|
|
|
|
- name: enable systemd unit radvd
|
|
|
|
systemd:
|
|
|
|
name: radvd
|
|
|
|
enabled: yes
|
|
|
|
state: started
|