Disable SELinux from zm hosts for now
This commit is contained in:
parent
843013a467
commit
10b067e32e
1 changed files with 6 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue