2014-07-08 20:49:46 +08:00
|
|
|
---
|
2014-09-05 03:14:11 +08:00
|
|
|
# You can override vars by using host or group vars
|
|
|
|
|
|
|
|
## Ceph options
|
|
|
|
#
|
|
|
|
cephx: true
|
|
|
|
|
2015-07-07 19:48:37 +08:00
|
|
|
# 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
|
|
|
|
|
2015-01-21 01:43:47 +08:00
|
|
|
##########
|
|
|
|
# DOCKER #
|
|
|
|
##########
|
|
|
|
|
|
|
|
ceph_containerized_deployment: false
|
|
|
|
ceph_rgw_civetweb_port: 80
|
|
|
|
ceph_rgw_docker_username: ceph
|
2015-06-24 21:51:54 +08:00
|
|
|
ceph_rgw_docker_imagename: daemon
|
2015-07-28 23:35:47 +08:00
|
|
|
ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|