133 lines
3.0 KiB
YAML
133 lines
3.0 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
|
|
# ---
|
|
|
|
apt_install_compiler_pkgs: true
|
|
|
|
apt_install_postgresql_pkgs: true
|
|
|
|
|
|
# ---
|
|
# vars used by roles/common/tasks/users.yml
|
|
# ---
|
|
|
|
insert_root_ssh_keypair: true
|
|
|
|
root_ssh_keypair:
|
|
- name: id-rsa-opendkim
|
|
priv_key_src: lists.mx.warenform/root/.ssh/lists.mx.warenform-id_rsa-opendkim
|
|
priv_key_dest: /root/.ssh/id_rsa-opendkim
|
|
pub_key_src: lists.mx.warenform/root/.ssh/lists.mx.warenform-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:
|
|
|
|
- name: monitoring_check_webservice_load.conf
|
|
src_path: lists.mx.warenform/root/bin/monitoring/conf/check_webservice_load.conf
|
|
dest_path: /root/bin/monitoring/conf/check_webservice_load.conf
|
|
|
|
- name: postfix_create_opendkim_key.conf
|
|
src_path: lists.mx.warenform/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: lists.mx.warenform/root/bin/postfix/conf/whitelist_mb_sigs.conf
|
|
dest_path: /root/bin/postfix/conf/whitelist_mb_sigs.conf
|
|
|
|
- name: install_sympa.conf
|
|
src_path: lists.mx.warenform/usr/local/src/sympa/conf/install_sympa.conf
|
|
dest_path: /usr/local/src/sympa/conf/install_sympa.conf
|
|
|
|
|
|
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: lists.mx.warenform.de
|
|
ipv4_address: 83.223.86.78
|
|
ipv6_address: 2a01:30:0:13:223:35ff:fef5:84b6
|
|
|
|
admin_email: argus@oopen.de
|
|
is_relay_host: false
|
|
is_sympa_list_server: true
|
|
|
|
# install_amavis.conf
|
|
#
|
|
mp_receipt_number: 106015125438
|
|
si_authorisation_signature: 76ed7ca6670dbee497e1a0397a7e178c4caa25888bc26d7327d1eab0195342a4cfa522dcf10382623d57dbc2a79bd37627b9a52def4d4bfe617d26e35405ce3b
|
|
|
|
|
|
template_files_mailsystem_script:
|
|
|
|
- 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
|
|
|
|
- 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
|