From 03bc38ff78a6b04fdfea82da79c68a15f97df7f7 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 3 Jan 2021 21:08:46 +0100 Subject: [PATCH] playbooks/dns: Added section for managing arbitary entries --- playbooks/dns.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: