2015-06-30 19:44:58 +08:00
|
|
|
---
|
|
|
|
# Variables here are applicable to all host groups NOT roles
|
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
# 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.
|
2015-06-30 19:44:58 +08:00
|
|
|
dummy:
|
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
|
2015-08-27 18:42:01 +08:00
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
|
|
|
#fetch_directory: fetch/
|
|
|
|
|
2015-06-30 19:44:58 +08:00
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
2015-10-22 05:18:22 +08:00
|
|
|
#restapi_containerized_deployment: false
|
2015-06-30 19:44:58 +08:00
|
|
|
#ceph_restapi_docker_interface: eth0
|
|
|
|
#ceph_restapi_port: 5000
|
|
|
|
#ceph_restapi_docker_username: ceph
|
|
|
|
#ceph_restapi_docker_imagename: daemon
|
2015-07-28 23:57:58 +08:00
|
|
|
#ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|
2016-03-22 23:58:20 +08:00
|
|
|
#ceph_docker_on_openstack: false
|
2016-02-29 23:35:07 +08:00
|
|
|
|