mirror of https://github.com/ceph/ceph-ansible.git
24 lines
523 B
Plaintext
24 lines
523 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:
|
|
|
|
|
|
###########
|
|
# GENERAL #
|
|
###########
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
#ceph_restapi_docker_interface: eth0
|
|
#ceph_restapi_port: 5000
|
|
#ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|
|
#ceph_config_keys: [] # DON'T TOUCH ME
|
|
|