From 10b067e32ed07aa50f3175bad2af8fe21fa142ac Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 30 Aug 2021 23:20:45 +0000 Subject: [PATCH] Disable SELinux from zm hosts for now --- playbooks/zm.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/zm.yml b/playbooks/zm.yml index 12c108a..810d34e 100644 --- a/playbooks/zm.yml +++ b/playbooks/zm.yml @@ -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 }}"