ansible/roles/msmtp/defaults/main.yml

14 lines
335 B
YAML
Raw Normal View History

2020-08-04 22:51:58 +00:00
---
# E-mail address for notifications
msmtp_email_address: "user@domain.tld"
# SMTP server config options
msmtp_smtp_server: "email.domain.tld"
msmtp_smtp_from: "user@domain.tld"
msmtp_smtp_user: "user@domain.tld"
msmtp_smtp_password: "password"
2020-08-09 05:05:57 +00:00
# Whether or not msmtp is inside a container
msmtp_containerized: false