mirror of https://github.com/ceph/ceph-ansible.git
27 lines
916 B
Plaintext
27 lines
916 B
Plaintext
---
|
|
# Variables here are applicable to all host groups NOT roles
|
|
|
|
# This sample file generated by generate_group_vars_sample.sh
|
|
|
|
# Dummy variable to avoid error because ansible does not recognize the
|
|
# file as a good configuration file when no variable in it.
|
|
dummy:
|
|
|
|
#prometheus_container_image: prom/prometheus:latest
|
|
#prometheus_container_cpu_period: 100000
|
|
#prometheus_container_cpu_cores: 2
|
|
# container_memory is in GB
|
|
#prometheus_container_memory: 4
|
|
#prometheus_data_dir: /var/lib/prometheus
|
|
#prometheus_conf_dir: /etc/prometheus
|
|
#prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
|
|
|
#alertmanager_container_image: prom/alertmanager:latest
|
|
#alertmanager_container_cpu_period: 100000
|
|
#alertmanager_container_cpu_cores: 2
|
|
# container_memory is in GB
|
|
#alertmanager_container_memory: 4
|
|
#alertmanager_data_dir: /var/lib/alertmanager
|
|
#alertmanager_conf_dir: /etc/alertmanager
|
|
|