This commit is contained in:
2022-09-20 01:23:54 +02:00
parent 68e7e0e174
commit f80772ed42
98 changed files with 4127 additions and 89 deletions

View File

@ -35,14 +35,14 @@ insert_root_ssh_keypair: true
root_ssh_keypair:
- name: id-rsa-dehydrated
priv_key_src: root/.ssh/b.mx-id_rsa-dehydrated
priv_key_src: b.mx/root/.ssh/b.mx-id_rsa-dehydrated
priv_key_dest: /root/.ssh/id_rsa-dehydrated
pub_key_src: root/.ssh/b.mx-id_rsa-dehydrated.pub
pub_key_src: b.mx/root/.ssh/b.mx-id_rsa-dehydrated.pub
pub_key_dest: /root/.ssh/id_rsa-dehydrated.pub
- name: id-rsa-opendkim
priv_key_src: root/.ssh/b.mx-id_rsa-opendkim
priv_key_src: b.mx/root/.ssh/b.mx-id_rsa-opendkim
priv_key_dest: /root/.ssh/id_rsa-opendkim
pub_key_src: root/.ssh/b.mx-id_rsa-opendkim.pub
pub_key_src: b.mx/root/.ssh/b.mx-id_rsa-opendkim.pub
pub_key_dest: /root/.ssh/id_rsa-opendkim.pub
@ -98,19 +98,23 @@ copy_plain_files:
src_path: b.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-user
src_path: a.mx/etc/postfix/postfwd.bl-user
dest_path: /etc/postfix/postfwd.bl-user
copy_plain_files_postfwd_host_specific: []
- name: postfwd.wl-user
src_path: a.mx/etc/postfix/postfwd.wl-user
dest_path: /etc/postfix/postfwd.wl-user
#copy_plain_files_postfwd_host_specific:
# # Postfix Firewall postfwd
# #
# - name: postfwd.bl-sender
# src_path: b.mx/etc/postfix/postfwd.bl-sender
# dest_path: /etc/postfix/postfwd.bl-sender
#
# - name: postfwd.bl-user
# src_path: b.mx/etc/postfix/postfwd.bl-user
# dest_path: /etc/postfix/postfwd.bl-user
#
# - name: postfwd.wl-user
# src_path: b.mx/etc/postfix/postfwd.wl-user
# dest_path: /etc/postfix/postfwd.wl-user
copy_template_files: []