setup bind config files in ns.xai-corp.net role

This commit is contained in:
2015-09-20 15:41:18 -04:00
parent c639e5dc4b
commit c187c1005c
14 changed files with 380 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
# handlers/main.yml
# define handlers here
#- name: restart <service>
# service: name=<service> state=restarted
#- name: stop <service>
# service: name=<service> state=stopped
- name: restart bind
service: name=named state=restarted