mirror of https://github.com/ceph/ceph-ansible.git
21 lines
414 B
YAML
21 lines
414 B
YAML
---
|
|
|
|
###########
|
|
# GENERAL #
|
|
###########
|
|
|
|
fetch_directory: fetch/
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
restapi_containerized_deployment: false
|
|
ceph_restapi_docker_interface: eth0
|
|
ceph_restapi_port: 5000
|
|
ceph_docker_image: "ceph/daemon"
|
|
ceph_docker_image_tag: latest
|
|
ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|
|
ceph_docker_on_openstack: false
|
|
ceph_config_keys: [] # DON'T TOUCH ME
|