11 lines
256 B
YAML
11 lines
256 B
YAML
|
# Restart unbound after reboots.
|
||
|
|
||
|
- name: set selinux permissive
|
||
|
selinux: policy=targeted state=permissive
|
||
|
|
||
|
- name: restart unbound
|
||
|
service: name=unbound state=restarted
|
||
|
|
||
|
- name: set selinux back to enforcing
|
||
|
selinux: policy=targeted state=enforcing
|