diff --git a/.gitignore b/.gitignore index 2c65e95..8f765d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ ssh.key* inventory host_vars/* !host_vars/.gitkeep +!host_vars/frame1.example diff --git a/host_vars/frame1.example b/host_vars/frame1.example new file mode 100644 index 0000000..4448930 --- /dev/null +++ b/host_vars/frame1.example @@ -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"