Merge branch 'master' of /git/ansible
This commit is contained in:
commit
c0a58a9248
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue