152 lines
3.2 KiB
YAML
152 lines
3.2 KiB
YAML
---
|
|
|
|
# ---
|
|
# vars used by roles/ansible_dependencies
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/ansible_user
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/basic.yml
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/sshd.yml
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/apt.yml
|
|
# ---
|
|
|
|
install_compiler_pkgs: true
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/users.yml
|
|
# ---
|
|
|
|
insert_root_ssh_keypair: true
|
|
|
|
root_ssh_keypair:
|
|
- name: 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: 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: b.mx/root/.ssh/b.mx-id_rsa-opendkim
|
|
priv_key_dest: /root/.ssh/id_rsa-opendkim
|
|
pub_key_src: b.mx/root/.ssh/b.mx-id_rsa-opendkim.pub
|
|
pub_key_dest: /root/.ssh/id_rsa-opendkim.pub
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/users-systemfiles.yml
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/webadmin-user.yml
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/sudoers.yml
|
|
# ---
|
|
#
|
|
# see: roles/common/tasks/vars
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/caching-nameserver.yml
|
|
# ---
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/git.yml
|
|
# ---
|
|
#
|
|
# see: roles/common/tasks/vars
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/copy_files.yml
|
|
# ---
|
|
|
|
copy_plain_files:
|
|
|
|
# /root/bin/monitoring
|
|
#
|
|
|
|
- name: monitoring_check_webservice_load.conf
|
|
src_path: b.mx/root/bin/monitoring/conf/check_webservice_load.conf
|
|
dest_path: /root/bin/monitoring/conf/check_webservice_load.conf
|
|
|
|
# /root/bin/postfix
|
|
#
|
|
- name: postfix_create_opendkim_key.conf
|
|
src_path: b.mx/root/bin/postfix/conf/create_opendkim_key.conf
|
|
dest_path: /root/bin/postfix/conf/create_opendkim_key.conf
|
|
|
|
- name: postfix_whitelist_mb_sigs.conf
|
|
src_path: b.mx/root/bin/postfix/conf/whitelist_mb_sigs.conf
|
|
dest_path: /root/bin/postfix/conf/whitelist_mb_sigs.conf
|
|
|
|
|
|
copy_plain_files_postfix_host_specific:
|
|
|
|
- name: relay_domains
|
|
src_path: b.mx/etc/postfix/relay_domains
|
|
dest_path: /etc/postfix/relay_domains
|
|
|
|
|
|
copy_plain_files_postfwd_host_specific:
|
|
|
|
# Postfix Firewall postfwd
|
|
#
|
|
- name: postfwd.wl-nets
|
|
src_path: b.mx/etc/postfix/postfwd.wl-nets
|
|
dest_path: /etc/postfix/postfwd.wl-nets
|
|
|
|
- name: postfwd.wl-sender
|
|
src_path: b.mx/etc/postfix/postfwd.wl-sender
|
|
dest_path: /etc/postfix/postfwd.wl-sender
|
|
|
|
|
|
copy_template_files: []
|
|
#
|
|
# - name: mailsystem_install_amavis.conf
|
|
# src_path: usr/local/src/mailsystem/conf/install_amavis.conf.j2
|
|
# dest_path: /usr/local/src/mailsystem/conf/install_amavis.conf
|
|
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/config_files_mailsystem_scripts.yml
|
|
# ---
|
|
|
|
hostname: b.mx.oopen.de
|
|
ipv4_address: 162.55.82.73
|
|
ipv6_address: 2a01:4f8:271:1266::73
|
|
|
|
admin_email: argus@oopen.de
|
|
is_relay_host: !!str "true"
|
|
sasl_auth_enable: !!str "yes"
|
|
|
|
|
|
template_files_mailsystem_script:
|
|
|
|
- name: mailsystem_install_amavis.conf
|
|
src_path: usr/local/src/mailsystem/conf/install_amavis.conf.j2
|
|
dest_path: /usr/local/src/mailsystem/conf/install_amavis.conf
|
|
|
|
- name: mailsystem_install_postfix_advanced.conf
|
|
src_path: usr/local/src/mailsystem/conf/install_postfix_advanced.conf.j2
|
|
dest_path: /usr/local/src/mailsystem/conf/install_postfix_advanced.conf
|