From: David Galloway Date: Thu, 8 Dec 2016 23:04:35 +0000 (-0500) Subject: nameserver: Configure SELinux for dynamic DNS support X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76f5d09271fb0dea5d5b978dd71451589795b46b;p=ceph-cm-ansible.git nameserver: Configure SELinux for dynamic DNS support Signed-off-by: David Galloway --- diff --git a/roles/nameserver/tasks/config.yml b/roles/nameserver/tasks/config.yml index b3171fc8..90fbcde0 100644 --- a/roles/nameserver/tasks/config.yml +++ b/roles/nameserver/tasks/config.yml @@ -19,3 +19,9 @@ state: present create: True notify: restart named + +- name: Configure SELinux to allow named to write to master zone files + seboolean: + name: named_write_master_zones + state: yes + persistent: yes