mirror of https://github.com/ceph/ceph-ansible.git
create a group_vars agent sample file
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/539/head
parent
da4b7b290c
commit
f49b348979
|
@ -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"
|
Loading…
Reference in New Issue