Added sample host vars

This commit is contained in:
KemoNine 2020-08-04 23:47:49 +00:00
parent 98f73d73bf
commit 12bbc819f8
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ ssh.key*
inventory
host_vars/*
!host_vars/.gitkeep
!host_vars/frame1.example

15
host_vars/frame1.example Normal file
View File

@ -0,0 +1,15 @@
---
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_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"