playbooks/dns: Added section for managing arbitary entries

master
Felix Stupp 3 years ago
parent 8413cbd9cc
commit 03bc38ff78
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -121,3 +121,10 @@
roles:
- role: dns/server_entries
domain: "{{ inventory_hostname }}"
- name: Arbitary entries
# all tasks/roles here must be local only
hosts: all # select any host as not important
run_once: yes # run only once "for first host"
gather_facts: no # do not gather facts from host as these may not be used
roles:

Loading…
Cancel
Save