Update dns-master.yml for new NS1.
This commit is contained in:
parent
99996ed947
commit
4de4e15c48
@ -4,11 +4,9 @@
|
|||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: update dns-infrastructure git repo
|
- name: update dns-infrastructure git repo
|
||||||
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/namedb/dns-infrastructure update=yes
|
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/src/dns-infrastructure version=debian-master update=yes
|
||||||
- name: ensure permission correctness
|
|
||||||
file: path=/etc/namedb/dns-infrastructure owner=bind group=bind state=directory recurse=yes
|
|
||||||
notify:
|
notify:
|
||||||
- reload nameserver daemon
|
- reload nameserver daemon
|
||||||
handlers:
|
handlers:
|
||||||
- name: reload nameserver daemon
|
- name: reload nameserver daemon
|
||||||
action: service name=named state=reloaded
|
action: service name=bind9 state=reloaded
|
||||||
|
Loading…
Reference in New Issue
Block a user