Add update_dns playbook
This commit is contained in:
parent
46409f50bd
commit
535c634d69
1 changed files with 8 additions and 0 deletions
8
playbooks/update_dns.yml
Normal file
8
playbooks/update_dns.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
- name: push dns changes out
|
||||||
|
hosts: dns
|
||||||
|
user: root
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: push dns changes out
|
||||||
|
command: /usr/local/bin/update-dns
|
Loading…
Add table
Add a link
Reference in a new issue