From 1fa5021d138f17a329440ba96af37a435c06ff29 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 18 Apr 2021 23:11:57 +0200 Subject: [PATCH] Add template 'install_postfix_advanced.conf.j2'. --- host_vars/95.217.204.247.yml | 4 ++++ .../conf/install_postfix_advanced.conf.j2 | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 roles/common/templates/usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2 diff --git a/host_vars/95.217.204.247.yml b/host_vars/95.217.204.247.yml index 5b1300c..d449683 100644 --- a/host_vars/95.217.204.247.yml +++ b/host_vars/95.217.204.247.yml @@ -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 diff --git a/roles/common/templates/usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2 b/roles/common/templates/usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2 new file mode 100644 index 0000000..1891adb --- /dev/null +++ b/roles/common/templates/usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2 @@ -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 +