msmtp/defaults/main.yml

8 lines
216 B
YAML
Raw Normal View History

2020-07-04 13:10:01 +00:00
notification_mail: "{{inventory_hostname}}@ducamps.win"
msmtp_mailhub: smtp.ducamps.win
msmtp_mailhub_port: 587
msmtp_hostname: ducamps.win
msmtp_auth_user: vincent@ducamps.win
msmtp_auth_pass: the_mandrill_api_key
2022-06-20 20:14:47 +00:00