ansible/host_vars/frame1.example

19 lines
596 B
Plaintext

---
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.11
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:
- "/"
- "/tank"
monit_web_user: "admin"
monit_web_pasword: "password"
munin_address: 192.168.254.11
dispatcher_dashboard_ip: 192.168.254.11