custom dns role
This commit is contained in:
parent
23b05da923
commit
aea1b9e2c7
@ -25,7 +25,7 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: "{{ bind_owner }}"
|
||||||
group: "{{ bind_group }}"
|
group: "{{ bind_group }}"
|
||||||
mode: 0770
|
mode: 0770
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -17,5 +17,5 @@ bind_default_zone_files: []
|
|||||||
# Directory with run-time stuff
|
# Directory with run-time stuff
|
||||||
bind_dir: /var/named
|
bind_dir: /var/named
|
||||||
|
|
||||||
bind_owner: root
|
bind_owner: named
|
||||||
bind_group: named
|
bind_group: named
|
||||||
|
Loading…
Reference in New Issue
Block a user