]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
nameserver: Configure SELinux for dynamic DNS support
authorDavid Galloway <dgallowa@redhat.com>
Thu, 8 Dec 2016 23:04:35 +0000 (18:04 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 16 Dec 2016 19:53:27 +0000 (14:53 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/nameserver/tasks/config.yml

index b3171fc86eb16ba055eb5a6c1217f9606d557586..90fbcde0cfc13f9a485967a80f9ca735cc63bc6d 100644 (file)
@@ -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