mirror of https://github.com/ceph/ceph-ansible.git
39 lines
985 B
YAML
39 lines
985 B
YAML
---
|
|
# 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
|
|
|
|
# Multi-site remote pull URL variables
|
|
rgw_pull_port: "{{ radosgw_civetweb_port }}"
|
|
rgw_pull_proto: "http"
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
rgw_containerized_deployment: false
|
|
rgw_containerized_deployment_with_kv: false
|
|
kv_type: etcd
|
|
kv_endpoint: 127.0.0.1
|
|
ceph_rgw_civetweb_port: "{{ radosgw_civetweb_port }}"
|
|
ceph_docker_image: "ceph/daemon"
|
|
ceph_docker_image_tag: latest
|
|
ceph_rgw_docker_extra_env: -e CLUSTER={{ cluster }} -e RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}
|
|
ceph_docker_on_openstack: false
|
|
ceph_config_keys: [] # DON'T TOUCH ME
|
|
rgw_config_keys: "/" # DON'T TOUCH ME
|