diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:35:54 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-07 00:39:16 -0500 |
commit | ae64628958a10362aa7c65050ca8ff2546220c95 (patch) | |
tree | a8256e6c7e989709c7589cfc3c92f4d11f27753b /group_vars | |
parent | fb0b3914086484d9284426985984e2c1699ba557 (diff) | |
download | oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.tar.gz oldinfra-ae64628958a10362aa7c65050ca8ff2546220c95.zip |
add mail role!
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/mail.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/group_vars/mail.yml b/group_vars/mail.yml new file mode 100644 index 0000000..56b57b6 --- /dev/null +++ b/group_vars/mail.yml @@ -0,0 +1,5 @@ +--- +domain: mail.simponic.xyz +certbot_email: elizabeth.hunt@simponic.xyz +postmaster_email: postmaster@simponic.xyz +lldap_admin_pass: "{{ lookup('env', 'LLDAP_USER_PASS') }}" |