From f49b348979be76128f471d8bd721e68c7b9c6e75 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 15 Feb 2016 07:52:46 -0500 Subject: [PATCH] create a group_vars agent sample file Signed-off-by: Alfredo Deza --- group_vars/agent.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 group_vars/agent.sample diff --git a/group_vars/agent.sample b/group_vars/agent.sample new file mode 100644 index 000000000..5e5d794bb --- /dev/null +++ b/group_vars/agent.sample @@ -0,0 +1,12 @@ +--- +# You can override vars by using host or group vars +# Variables here are applicable to all host groups NOT roles + +# Dummy variable to avoid error because ansible does not recognize the file as a good configuration file when no variable in it. +dummy: + +########### +# GENERAL # +########### + +#agent_master_host: "localhost" -- 2.47.3