From: Alfredo Deza Date: Mon, 15 Feb 2016 12:52:46 +0000 (-0500) Subject: create a group_vars agent sample file X-Git-Tag: v1.0.0~34^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f49b348979be76128f471d8bd721e68c7b9c6e75;p=ceph-ansible.git create a group_vars agent sample file Signed-off-by: Alfredo Deza --- 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"