mirror of https://github.com/ceph/ceph-ansible.git
15 lines
375 B
YAML
15 lines
375 B
YAML
---
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
mgr_containerized_deployment: false
|
|
mgr_containerized_deployment_with_kv: false
|
|
kv_type: etcd
|
|
kv_endpoint: 127.0.0.1
|
|
ceph_docker_image: "ceph/daemon"
|
|
ceph_docker_image_tag: latest
|
|
ceph_mgr_docker_extra_env: -e CLUSTER={{ cluster }} -e MGR_NAME={{ ansible_hostname }}
|
|
ceph_docker_on_openstack: false
|
|
ceph_config_keys: [] # DON'T TOUCH ME
|