From f5e33e78fd38b96d678f4abb566df269677f80c0 Mon Sep 17 00:00:00 2001 From: Bombar Maxime Date: Tue, 17 Dec 2019 18:15:06 +0100 Subject: [PATCH] Playbook to create local facts to be gathered by ansible --- local_facts.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 local_facts.yml diff --git a/local_facts.yml b/local_facts.yml new file mode 100644 index 00000000..64066560 --- /dev/null +++ b/local_facts.yml @@ -0,0 +1,4 @@ +--- +- hosts: otis.adm.crans.org + roles: + - local-facts