]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
create a group_vars agent sample file
authorAlfredo Deza <adeza@redhat.com>
Mon, 15 Feb 2016 12:52:46 +0000 (07:52 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 15 Feb 2016 12:52:46 +0000 (07:52 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
group_vars/agent.sample [new file with mode: 0644]

diff --git a/group_vars/agent.sample b/group_vars/agent.sample
new file mode 100644 (file)
index 0000000..5e5d794
--- /dev/null
@@ -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"