Initial Commit
Lint Markdown files / markdown-lint (push) Successful in 54s
Ansible Linter / ansible-lint (push) Successful in 1m0s

This commit is contained in:
2026-09-07 17:30:42 +02:00
commit 91dabffbd8
53 changed files with 5419 additions and 0 deletions
@@ -0,0 +1,9 @@
#
# {{ ansible_managed }}
#
hosts = {{ postfix_pgsql_host }}:{{ postfix_pgsql_port }}
user = {{ postfix_pgsql_username }}
password = {{ postfix_pgsql_password }}
dbname = {{ postfix_pgsql_name }}
query = {{ postfix_pgsql_relay_domains_query }}