From b6bea17d485877a5d22f67f0d86d5e115c471265 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 24 Oct 2019 23:26:36 +0200 Subject: [PATCH] playbooks/dns: Enabled gathering of facts For running standalone --- playbooks/dns.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/dns.yml b/playbooks/dns.yml index 0ac2fe1..1f05c59 100644 --- a/playbooks/dns.yml +++ b/playbooks/dns.yml @@ -1,3 +1,7 @@ +- name: Gather facts of all public available hosts + hosts: public_available + gather_facts: yes + - name: Configure nvak as dns server hosts: nvak.banananet.work vars: