ansible/host_vars/dispatcher.example

21 lines
719 B
Plaintext
Raw Normal View History

2020-08-09 02:00:38 +00:00
---
2020-08-09 05:02:18 +00:00
msmtp_containerized: true
2020-08-09 02:00:38 +00:00
msmtp_email_address: user@domain.tld
msmtp_smtp_server: "smtp.domain.tld"
msmtp_smtp_from: "piframe@domain.tld"
msmtp_smtp_user: "piframe@domain.tld"
msmtp_smtp_password: "password"
monit_dashboard_address: 192.168.254.1
2020-08-09 02:00:38 +00:00
monit_containerized: true
monit_notification_email: "{{ msmtp_email_address }}"
monit_smtp_server: "{{ msmtp_smtp_server }}"
monit_smtp_user: "{{ msmtp_smtp_user }}"
monit_smtp_password: "{{ msmtp_smtp_password }}"
monit_filesystems:
- { name: "picturesfs", path: "/opt/pictures", alert: "80%" }
monit_web_user: "admin"
monit_web_pasword: "password"
2020-08-09 19:45:32 +00:00
rttys_http_username: "admin"
rttys_http_pass: "password"
dispatcher_dashboard_ip: 192.168.254.1