Merge branch 'master' of /git/ansible

This commit is contained in:
Kevin Fenzi 2014-12-07 00:15:45 +00:00
commit 09b611af77

View file

@ -42,10 +42,14 @@
creates: /var/named/chroot/dev/zero
- name: copy rndc config
copy: src={{ item}} dest=/etc/
with_items:
- rndc.conf
- rndc.key
copy: src=rndc.conf dest=/etc/rndc.conf
notify:
- restart named
tags:
- config
- name: copy rndc key
copy: src={{ private }}/files/dns/rndc.key dest=/etc/rndc.key
notify:
- restart named
tags: