diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-11 14:43:44 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-11 14:43:44 +0100 |
| commit | 4e73a59d76e8c4949908e766657f5d634d39fb67 (patch) | |
| tree | 0a51e16fc9728af6dcc8d2162932ed978a0d9eba /ansible/vars/msmtp.yml | |
| parent | 48b9b3a92f4593793c933ba1e21aee28dea724f9 (diff) | |
installs msmtp onto pi-broughton with ansible
Diffstat (limited to 'ansible/vars/msmtp.yml')
| -rw-r--r-- | ansible/vars/msmtp.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/vars/msmtp.yml b/ansible/vars/msmtp.yml new file mode 100644 index 0000000..ecd4c53 --- /dev/null +++ b/ansible/vars/msmtp.yml @@ -0,0 +1,4 @@ +msmtp_version: 1.8.34 +msmtp_src_dir: /usr/local/src +msmtp_log_dir: /var/log/msmtp +msmtp_auth_mech: scram-sha-256-plus |
