Add dispatcher sample host vars
This commit is contained in:
parent
daedee0262
commit
02d16a5787
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@ inventory
|
||||||
host_vars/*
|
host_vars/*
|
||||||
!host_vars/.gitkeep
|
!host_vars/.gitkeep
|
||||||
!host_vars/frame1.example
|
!host_vars/frame1.example
|
||||||
|
!host_vars/dispatcher.example
|
||||||
|
|
||||||
|
|
18
host_vars/dispatcher.example
Normal file
18
host_vars/dispatcher.example
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
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_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"
|
||||||
|
rtty_server: true
|
||||||
|
rtty_user: "admin"
|
||||||
|
rtty_password: "password"
|
Loading…
Reference in a new issue