aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-29 19:39:01 +0100
committerGravatar Joe Banks <[email protected]>2024-07-31 13:25:54 +0100
commitcc53f71edbc7de428f50d5fd66d970648bb6abee (patch)
treeb9d2e5816f44e118a5030ef6667eee90e6fe0e45 /ansible
parentpostfix: template virtual address table and regenerate on changes (diff)
postfix: add variable for postmaster email
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/postfix/vars/main/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/postfix/vars/main/main.yml b/ansible/roles/postfix/vars/main/main.yml
index 4700605..f6d4b18 100644
--- a/ansible/roles/postfix/vars/main/main.yml
+++ b/ansible/roles/postfix/vars/main/main.yml
@@ -5,3 +5,5 @@ postfix_bind_user: "uid=postfix,cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf"
postfix_bind_password: "{{ vault_postfix_bind_password }}"
postfix_bind_server: "ldaps://ldap01.box.pydis.wtf:636"
postfix_bind_search_base: "cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf"
+
+postfix_postmaster_email: "[email protected]"