Add template 'install_postfix_advanced.conf.j2'.

This commit is contained in:
Christoph 2021-04-18 23:11:57 +02:00
parent d22a65ad9a
commit 1fa5021d13
2 changed files with 24 additions and 0 deletions

View File

@ -207,6 +207,10 @@ template_files_mailsystem_script:
src_path: usr/local/src/mailsystem/conf/install_amavis.conf.j2
dest_path: /usr/local/src/mailsystem/conf/install_amavis.conf
- name: mailsystem_install_postfixadmin.conf
src_path: usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2
dest_path: /usr/local/src/mailsystem/conf/install_postfix_advanced.conf
- name: mailsystem_install_postfixadmin.conf
src_path: usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2
dest_path: /usr/local/src/mailsystem/conf/install_postfixadmin.conf

View File

@ -0,0 +1,20 @@
# {{ ansible_managed }}
# ----------------------------------------------------
# ---
# - Parameter Settings Postfix Advanced System
# -
# - Note: You need not to create a configuration file,
# - the installation script will do that.
# ---
# ----------------------------------------------------
_HOSTNAME={{ hostname }}
_IPV4='{{ ipv4_address | default(omit) }}'
_IPV6='{{ ipv6_address | default(omit) }}'
_ADMIN_EMAIL=argus@oopen.de
_SASL_AUTH=false
_SASL_USER=
_SASL_PASS=
_RELAY_HOST=false