Update dns-master.yml for new NS1.

This commit is contained in:
staticsafe 2014-04-12 14:06:33 -04:00
parent 99996ed947
commit 4de4e15c48
1 changed files with 2 additions and 4 deletions

View File

@ -4,11 +4,9 @@
gather_facts: no
tasks:
- name: update dns-infrastructure git repo
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/namedb/dns-infrastructure update=yes
- name: ensure permission correctness
file: path=/etc/namedb/dns-infrastructure owner=bind group=bind state=directory recurse=yes
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/src/dns-infrastructure version=debian-master update=yes
notify:
- reload nameserver daemon
handlers:
- name: reload nameserver daemon
action: service name=named state=reloaded
action: service name=bind9 state=reloaded