unbound: remove and retire unbound servers

These instances served long and well as fallback resolvers for
dnssec-trigger. This is no longer needed or used, so lets remove them.
See https://pagure.io/fedora-infrastructure/issue/11415

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-24 14:40:43 -07:00
parent 377edfb74a
commit 22dde8163b
23 changed files with 1 additions and 794 deletions

View file

@ -1,10 +0,0 @@
# 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