Merge branch 'master' of /git/ansible

This commit is contained in:
Kevin Fenzi 2014-12-07 00:24:46 +00:00
commit c0a58a9248

View file

@ -72,15 +72,12 @@
- name: copy GeoIP.sh
copy: src=GeoIP.sh dest=/var/named/chroot/GeoIP.sh mode=0755
notify:
- create GeoIP acl
- restart named
tags:
- config
- name: create GeoIP acl
command: /var/named/chroot/GeoIP.sh
args:
creates: /var/named/chroot/etc/GeoIP.acl
notify:
- restart named
@ -99,7 +96,7 @@
- config
- name: copy named config
template: src=named.conf dest=/var/named/chroot/etc/named.conf mode=0644 owner=root group=root
copy: src=named.conf dest=/var/named/chroot/etc/named.conf mode=0644 owner=root group=root
notify:
- restart named
tags: