mirror of https://github.com/ceph/ceph-ansible.git
Added dummy variable because ansible is not happy when there is no variable in group_vars files.
parent
1d2a66666f
commit
642d2aea70
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
# 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:
|
||||
|
||||
## Setup options
|
||||
#
|
||||
#ceph_release: firefly
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
# 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:
|
||||
|
||||
# Monitor options
|
||||
#monitor_secret: # /!\ GENERATE ONE WITH 'ceph-authtool --gen-print-key' /!\
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
# 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:
|
||||
|
||||
# Devices to be used as OSDs
|
||||
# You can pre-provision disks that are not present yet.
|
||||
# Ansible will just skip them. Newly added disk will be
|
||||
|
|
Loading…
Reference in New Issue