-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprompose.yml
52 lines (44 loc) · 1.54 KB
/
prompose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# You can use this file to override __any__ variable through Prompose
# Additional options can be found in the 'prompose/ansible/group_vars/all.yml' file
################
# Docker options
################
install_docker: "yes"
# Don't install docker_compose via get executable file. Docker-compose will be installed via pip
# in prompose role. If you just want to install docker-compose like executable file, set it to 'yes'
install_docker_compose: "no"
# docker_registry: "10.6.9.9:4000"
# docker_namespace: "clouldlab"
# docker_registry_username: "cloud"
# docker_registry_password: "verysecurepassword"
##################
# Prompose options
##################
enable_node_exporter: "yes"
enable_ceph_exporter: "no"
enable_rabbit_exporter: "no"
enable_snmp_exporter: "no"
enable_cadvisor: "yes"
enable_grafana: "yes"
enable_unsee: "no"
enable_alertmanager: "yes"
enable_telegram_bot: "no"
################################################################
# Prompose path - the location that store prompose configuration
################################################################
prompose_path: "/usr/local/share/prompose"
###############
# Alert options
###############
alert_via_email: "yes"
alert_mail_account: "[email protected]"
alert_mail_host: "smtp.host.example"
alert_mail_port: "465"
alert_mail_password: "mail_password"
alert_via_slack: "yes"
alert_slack_channel: "#alert-channel"
alert_slack_webhook_id: "webhook-id"
alert_via_telegram: "{{ enable_telegram_bot }}"
alert_telegram_admin: "telegram_user_id"
alert_telegram_token: "alert_telegram_token"