Update..
This commit is contained in:
@ -83,6 +83,8 @@ root_ssh_keypair:
|
||||
|
||||
copy_plain_files:
|
||||
|
||||
# /root/bin/monitoring
|
||||
#
|
||||
- name: monitoring_check_cert_for_dovecot.conf
|
||||
src_path: a.mx/root/bin/monitoring/conf/check_cert_for_dovecot.conf
|
||||
dest_path: /root/bin/monitoring/conf/check_cert_for_dovecot.conf
|
||||
@ -91,10 +93,8 @@ copy_plain_files:
|
||||
src_path: a.mx/root/bin/monitoring/conf/check_webservice_load.conf
|
||||
dest_path: /root/bin/monitoring/conf/check_webservice_load.conf
|
||||
|
||||
- name: mysql_mysql_credetials.conf
|
||||
src_path: a.mx/root/bin/mysql/conf/mysql_credetials.conf
|
||||
dest_path: /root/bin/mysql/conf/mysql_credetials.conf
|
||||
|
||||
# /root/bin/postfix
|
||||
#
|
||||
- name: postfix_create_opendkim_key.conf
|
||||
src_path: a.mx/root/bin/postfix/conf/create_opendkim_key.conf
|
||||
dest_path: /root/bin/postfix/conf/create_opendkim_key.conf
|
||||
@ -111,6 +111,24 @@ copy_plain_files:
|
||||
src_path: a.mx/root/bin/postfix/conf/whitelist_mb_sigs.conf
|
||||
dest_path: /root/bin/postfix/conf/whitelist_mb_sigs.conf
|
||||
|
||||
# Postfix Firewall postfwd
|
||||
#
|
||||
- name: postfwd.bl-sender
|
||||
src_path: a.mx/etc/postfix/postfwd.bl-sender
|
||||
dest_path: /etc/postfix/postfwd.bl-sender
|
||||
|
||||
- name: postfwd.bl-sender_domain
|
||||
src_path: a.mx/etc/postfix/postfwd.bl-sender_domain
|
||||
dest_path: /etc/postfix/postfwd.bl-sender_domain
|
||||
|
||||
- name: postfwd.bl-user
|
||||
src_path: a.mx/etc/postfix/postfwd.bl-user
|
||||
dest_path: /etc/postfix/postfwd.bl-user
|
||||
|
||||
- name: postfwd.wl-user
|
||||
src_path: a.mx/etc/postfix/postfwd.wl-user
|
||||
dest_path: /etc/postfix/postfwd.wl-user
|
||||
|
||||
|
||||
copy_template_files: []
|
||||
#
|
||||
@ -125,8 +143,8 @@ copy_template_files: []
|
||||
# ---
|
||||
|
||||
hostname: a.mx.oopen.de
|
||||
ipv4_address: 83.223.86.91
|
||||
ipv6_address: 2a01:30:0:13:2f7:50ff:fed2:cef7
|
||||
ipv4_address: 95.217.204.247
|
||||
ipv6_address: 2a01:4f9:4a:47e5::247
|
||||
|
||||
admin_email: argus@oopen.de
|
||||
is_relay_host: false
|
||||
@ -211,6 +229,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
|
||||
|
Reference in New Issue
Block a user