mirror of https://github.com/ceph/ceph-ansible.git
group_vars: resync samples with default values
pull/7493/head2b72ea991d
andc8eeae243e
have missed the resync. This addresses that. Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
parent
8871de6d99
commit
aeba99107e
|
@ -14,6 +14,7 @@ dummy:
|
|||
#ceph_exporter_addr: "0.0.0.0"
|
||||
#ceph_exporter_port: 9926
|
||||
#ceph_exporter_stats_period: 5 # seconds
|
||||
#ceph_exporter_prio_limit: 5
|
||||
|
||||
##########
|
||||
# DOCKER #
|
||||
|
@ -23,8 +24,10 @@ dummy:
|
|||
#ceph_exporter_container_params:
|
||||
# args:
|
||||
# - -f
|
||||
# - -n=client.ceph-exporter
|
||||
# - --sock-dir=/var/run/ceph
|
||||
# - --addrs={{ ceph_exporter_addr }}
|
||||
# - --port={{ ceph_exporter_port }}
|
||||
# - --stats-period={{ ceph_exporter_stats_period }}
|
||||
# - --prio-limit={{ ceph_exporter_prio_limit }}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ dummy:
|
|||
# - -i={{ monitor_name }}
|
||||
# - --mon-data=/var/lib/ceph/mon/{{ cluster }}-{{ monitor_name }}
|
||||
# - --public-addr={{ _monitor_addresses[inventory_hostname] }}
|
||||
# - --mon-initial-members={{ groups[mon_group_name] | join(',') }}
|
||||
# - --mon-initial-members={{ groups[mon_group_name] | map('extract', hostvars, 'ansible_facts') | map(attribute='hostname') | join(',') }}
|
||||
|
||||
|
||||
###########
|
||||
|
|
Loading…
Reference in New Issue