2016-02-29 23:35:07 +08:00
|
|
|
---
|
|
|
|
# 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:
|
|
|
|
|
|
|
|
# You can override vars by using host or group vars
|
|
|
|
|
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
|
|
|
#fetch_directory: fetch/
|
|
|
|
|
|
|
|
# Even though RGW nodes should not have the admin key
|
|
|
|
# at their disposal, some people might want to have it
|
|
|
|
# distributed on RGW nodes. Setting 'copy_admin_key' to 'true'
|
|
|
|
# will copy the admin key to the /etc/ceph/ directory
|
|
|
|
#copy_admin_key: false
|
|
|
|
|
|
|
|
## Ceph options
|
|
|
|
#
|
|
|
|
#cephx: true
|
|
|
|
|
|
|
|
# Used for the sudo exception while starting the radosgw process
|
|
|
|
# a new entry /etc/sudoers.d/ceph will be created
|
|
|
|
# allowing root to not require tty
|
|
|
|
#radosgw_user: root
|
|
|
|
|
2017-01-07 22:33:24 +08:00
|
|
|
# Multi-site remote pull URL variables
|
2017-01-07 22:33:56 +08:00
|
|
|
#rgw_pull_port: "{{ radosgw_civetweb_port }}"
|
|
|
|
#rgw_pull_proto: "http"
|
2017-01-07 22:33:24 +08:00
|
|
|
|
2016-02-29 23:35:07 +08:00
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
|
|
|
#rgw_containerized_deployment: false
|
2016-06-02 00:55:08 +08:00
|
|
|
#rgw_containerized_deployment_with_kv: false
|
|
|
|
#kv_type: etcd
|
|
|
|
#kv_endpoint: 127.0.0.1
|
2016-12-07 00:28:30 +08:00
|
|
|
#ceph_rgw_civetweb_port: "{{ radosgw_civetweb_port }}"
|
2017-02-09 22:16:39 +08:00
|
|
|
#ceph_docker_image: "ceph/daemon"
|
|
|
|
#ceph_docker_image_tag: latest
|
2016-12-16 21:53:14 +08:00
|
|
|
#ceph_rgw_docker_extra_env: -e CLUSTER={{ cluster }} -e RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}
|
2016-03-22 23:58:20 +08:00
|
|
|
#ceph_docker_on_openstack: false
|
2016-11-03 17:16:33 +08:00
|
|
|
#ceph_config_keys: [] # DON'T TOUCH ME
|
2016-12-07 00:28:30 +08:00
|
|
|
#rgw_config_keys: "/" # DON'T TOUCH ME
|
2016-02-29 23:35:07 +08:00
|
|
|
|