dns/master: Changed owner and adapted permissions of zone directory

dehydrated
Felix Stupp 4 years ago
parent 22fde40ac5
commit d73e250b36
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -13,9 +13,9 @@
file: file:
path: "{{ domain_directory }}" path: "{{ domain_directory }}"
state: directory state: directory
owner: root owner: "{{ dns_user }}"
group: "{{ dns_user }}" group: "{{ dns_user }}"
mode: u=rwx,g=rwx,o= mode: u=rwx,g=rx,o=
- name: Create key directory readable for bind - name: Create key directory readable for bind
file: file:

Loading…
Cancel
Save