mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #79 from leseb/fix-rgw-email
Fix non-declared rgw email_address variablepull/80/head
commit
358b58bd4a
|
@ -28,6 +28,7 @@ radosgw: true
|
|||
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
|
||||
radosgw_interface: eth1 # the public interface which the radosgw talks to the world with, this variable is used in the haproxy role, this does not need to be set if haproxy is not used.
|
||||
#radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls
|
||||
email_address: foo@bar.com
|
||||
|
||||
## OSD options
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue