mirror of https://github.com/ceph/ceph-ansible.git
28 lines
690 B
Plaintext
28 lines
690 B
Plaintext
---
|
|
# Variables here are applicable to all host groups NOT roles
|
|
|
|
# This sample file generated by generate_group_vars_sample.sh
|
|
|
|
# Dummy variable to avoid error because ansible does not recognize the
|
|
# file as a good configuration file when no variable in it.
|
|
dummy:
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
#ceph_mgr_docker_extra_env: -e CLUSTER={{ cluster }} -e MGR_NAME={{ ansible_hostname }}
|
|
#ceph_config_keys: [] # DON'T TOUCH ME
|
|
|
|
|
|
###########
|
|
# SYSTEMD #
|
|
###########
|
|
# ceph_mgr_systemd_overrides will override the systemd settings
|
|
# for the ceph-mgr services.
|
|
# For example,to set "PrivateDevices=false" you can specify:
|
|
#ceph_mgr_systemd_overrides:
|
|
# Service:
|
|
# PrivateDevices: False
|
|
|