Disable SELinux from zm hosts for now

This commit is contained in:
Timo Makinen 2021-08-30 23:20:45 +00:00
parent 843013a467
commit 10b067e32e

View file

@ -32,6 +32,12 @@
- name: run handlers to get interfaces configured
meta: flush_handlers
# TODO: this should really be fixed
- name: put selinux in permissive state
selinux:
policy: targeted
state: permissive
- name: copy dns zone files
copy:
dest: "/var/lib/unbound/{{ item }}"