mirror of https://github.com/ceph/ceph-ansible.git
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
---
|
|
dummy:
|
|
|
|
## Ceph options
|
|
#
|
|
#cephx: true
|
|
|
|
# Used for the sudo exception while starting the radosgw process
|
|
# a new entry /etc/sudoers.d/ceph will be created
|
|
# allowing root to not require tty
|
|
#radosgw_user: root
|
|
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
#ceph_containerized_deployment: false
|
|
#ceph_rgw_docker_username: ceph
|
|
#ceph_rgw_docker_imagename: daemon
|
|
#ceph_rgw_civetweb_port: 80
|
|
#ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|