diff --git a/playbooks/dns.yml b/playbooks/dns.yml index 95e0e6d..7238e91 100644 --- a/playbooks/dns.yml +++ b/playbooks/dns.yml @@ -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: