mirror of https://github.com/ceph/ceph-ansible.git
12 lines
288 B
YAML
12 lines
288 B
YAML
---
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
ceph_containerized_deployment: false
|
|
ceph_restapi_docker_interface: eth0
|
|
ceph_restapi_port: 5000
|
|
ceph_restapi_docker_username: ceph
|
|
ceph_restapi_docker_imagename: daemon
|
|
ceph_restapi_docker_extra_env: "RESTAPI_IP=0.0.0.0" # comma separated variables
|