mirror of https://github.com/ceph/ceph-ansible.git
26 lines
712 B
Plaintext
26 lines
712 B
Plaintext
---
|
|
dummy:
|
|
|
|
## Ceph options
|
|
#
|
|
#cephx: true
|
|
|
|
# Toggle 100-continue support for Apache and FastCGI
|
|
# WARNING: Changing this value will cause an outage of Apache while it is reinstalled on RGW nodes
|
|
#http_100_continue: false
|
|
|
|
# Rados Gateway options
|
|
#redhat_distro_ceph_extra: centos6.4 # supported distros are centos6.3, centos6.4, centos6, fedora18, fedora19, opensuse12.2, rhel6.3, rhel6.4, rhel6.5, rhel6, sles11sp2
|
|
#email_address: foo@bar.com
|
|
#radosgw_frontend: civetweb # we currently only support a single backend
|
|
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
#ceph_containerized_deployment: false
|
|
#ceph_rgw_docker_username: ceph
|
|
#ceph_rgw_docker_imagename: daemon
|
|
#ceph_rgw_civetweb_port: 80
|