diff options
author | 2024-07-27 12:43:13 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:52 +0100 | |
commit | 360a08e7d7715083d668d8987edc21d86e943673 (patch) | |
tree | b576045e3b4e0490159ad58587bcb087b0b3fdc8 | |
parent | ldap: add ldap configuration files to postfix (diff) |
postfix: add variables and vault
-rw-r--r-- | ansible/roles/postfix/vars/main/main.yml | 7 | ||||
-rw-r--r-- | ansible/roles/postfix/vars/main/vault.yml | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ansible/roles/postfix/vars/main/main.yml b/ansible/roles/postfix/vars/main/main.yml new file mode 100644 index 0000000..4700605 --- /dev/null +++ b/ansible/roles/postfix/vars/main/main.yml @@ -0,0 +1,7 @@ +--- +postfix_mailname: "pydis.wtf" + +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" diff --git a/ansible/roles/postfix/vars/main/vault.yml b/ansible/roles/postfix/vars/main/vault.yml new file mode 100644 index 0000000..dafbe48 --- /dev/null +++ b/ansible/roles/postfix/vars/main/vault.yml @@ -0,0 +1,8 @@ +$ANSIBLE_VAULT;1.1;AES256 +62343834303239656530303034363838333837313162653461663436613736363138656133613064 +3931623333653435626263333365633930386236353163330a336132616263313366383931393565 +65353134663131663232316135396562633130363539363761363033306435366138333163646462 +3962633930623962350a623133356563396335663964316663303737313861616131343166326331 +34343437623964306235666234613836353034626662316139613838373562323361323336303565 +62306261653935383364373139646465633062633339343333633434366662333632623734633132 +396534363937656637383739663032376165 |