--- # --- # 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 install_postgresql_pkgs: true # --- # vars used by roles/common/tasks/systemd-resolved.yml # --- systemd_resolved: true # CyberGhost - Schnelle Verbindung mit Keine-Logs-Datenschutzrichtlinie # Primäre DNS-Adresse: 38.132.106.139 # Sekundäre DNS-Adresse: 194.187.251.67 # # Cloudflare (USA) Bester kostenloser DNS-Server für Gaming mit zuverlässigen Verbindungen # primäre DNS-Adresse # IPv4: 1.1.1.1 # IPv6: 2606:4700:4700::1111 # sekundäre DNS-Adresse # IPv4: 1.0.0.1 # IPv6: 2606:4700:4700::1001 # # Google (USA) Public DNS - Großartige Kombination aus Geschwindigkeit und Sicherheit # primäre DNS-Adresse # IPv4: 8.8.8.8 # IPv6: 2001:4860:4860::8888 # sekundäre DNS-Adresse # IPv4: 8.8.4.4 # IPv6: 2001:4860:4860::8844 # # Quad9 (CH) - Blockiert mühelos schädliche Seiten und verhindert Phishing-Betrug # primäre DNS-Adresse # IPv4: 9.9.9.9 # IPv6: 2620:fe::fe # sekundäre DNS-Adresse # IPv4: 149.112.112.112 # IPv6: 2620:fe::9 # # OpenNIC - https://www.opennic.org/ # IPv4: 195.10.195.195 - ns31.de # IPv4: 94.16.114.254 - ns28.de # IPv4: 51.254.162.59 - ns9.de # IPv4: 194.36.144.87 - ns29.de # IPv6: 2a00:f826:8:2::195 - ns31.de # # Freifunk München (normales DNS, DNS-over-TLS und DNS-over-HTTPS) # IPv4: 5.1.66.255 # IPv6: 2001:678:e68:f000:: # Servername für DNS-over-TLS: dot.ffmuc.net # IPv4: 185.150.99.255 # IPv6: 2001:678:ed0:f000:: # Servername für DNS-over-TLS: dot.ffmuc.net # für iOS 14+: DoT-Server-Konfiguration (unsigniert, vom PrHdb) resolved_nameserver: - 127.0.0.1 # search domains # # If there are more than one search domains, then specify them here in the order in which # the resolver should also search them # #resolved_domains: [] resolved_domains: - ~. - oopen.de resolved_dnssec: false # dns.as250.net: 194.150.168.168 # resolved_fallback_nameserver: - 185.12.64.2 # --- # vars used by roles/common/tasks/users.yml # --- insert_root_ssh_keypair: true root_ssh_keypair: - name: id-rsa-dehydrated priv_key_src: a.mx/root/.ssh/a.mx-id_rsa-dehydrated priv_key_dest: /root/.ssh/id_rsa-dehydrated pub_key_src: a.mx/root/.ssh/a.mx-id_rsa-dehydrated.pub pub_key_dest: /root/.ssh/id_rsa-dehydrated.pub - name: id-rsa-opendkim priv_key_src: a.mx/root/.ssh/a.mx-id_rsa-opendkim priv_key_dest: /root/.ssh/id_rsa-opendkim pub_key_src: a.mx/root/.ssh/a.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_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 - name: monitoring_check_webservice_load.conf src_path: a.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: a.mx/root/bin/postfix/conf/create_opendkim_key.conf dest_path: /root/bin/postfix/conf/create_opendkim_key.conf - name: postfix_postfix_add_mailboxes.conf src_path: a.mx/root/bin/postfix/conf/postfix_add_mailboxes.conf dest_path: /root/bin/postfix/conf/postfix_add_mailboxes.conf - name: postfix_sent_userinfo_postfix.conf src_path: a.mx/root/bin/postfix/conf/sent_userinfo_postfix.conf dest_path: /root/bin/postfix/conf/sent_userinfo_postfix.conf - name: postfix_whitelist_mb_sigs.conf src_path: a.mx/root/bin/postfix/conf/whitelist_mb_sigs.conf dest_path: /root/bin/postfix/conf/whitelist_mb_sigs.conf copy_plain_files_postfwd_host_specific: # Postfix Firewall postfwd # - name: postfwd.wl-user src_path: a.mx/etc/postfix/postfwd.wl-user dest_path: /etc/postfix/postfwd.wl-user - name: postfwd.bl-recipient-exeeds-msg-size-20mb src_path: a.mx/etc/postfix/postfwd.bl-recipient-exeeds-msg-size-20mb dest_path: /etc/postfix/postfwd.bl-recipient-exeeds-msg-size-20mb #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: a.mx.oopen.de ipv4_address: 95.217.204.247 ipv6_address: 2a01:4f9:4a:47e5::247 admin_email: argus@oopen.de is_relay_host: !!str "false" db_in_use: !!str "true" # postfix_db_type # # possible values are 'PostgreSQL' and 'MySQL' postfix_db_type: PostgreSQL postfix_db_name: postfix postfix_db_user: postfix #postfix_db_host: /run/postgresql postfix_db_pass: FKt4z55FxMZp # install_amavis.conf # mp_receipt_number: 106015125438 si_authorisation_signature: b0b7e94d3fcc8f3b1f128edd5830392361868cf0174723a9924ac25bf8b1b588cb974b50234e1bc1d9839dfe0ca6e1627733d90daf1399347b1046d20c2e3a89 # install_postfixadmin.conf # website_name_postfixadmin: adm.oopen.de email_welcome_message: "\n Hallo,\n Ihre/Deine neue E-Mail Adresse ist eingerichtet.\n O.OPEN\n --\n O.OPEN | Phone: +49 30 / 290 484 91\n Erkelenzdamm 21 | Fax: +49 30 / 290 484 99\n D-10999 Berlin | E-MAIL: oo@oopen.de\n " # install_update_dovecot.conf # dovecot_from_address: "o.open " dovecot_reply_to: "oo@oopen.de" webmailer_address: "https://webmail.oopen.de" salutation: "O.OPEN\n --\n O.OPEN | Phone: +49 30 / 290 484 91\n Erkelenzdamm 21 | Fax: +49 30 / 290 484 99\n D-10999 Berlin | http://oopen.de\n" # install_upgrade_roundcube-webmail.conf # # Webmailer webmail_site_name: webmail.oopen.de autoreply_hostname: autoreply.oopen.de # possible values: 'pgsql' or 'mysql' roundcube_db_type: pgsql roundcube_db_name: roundcubemail roundcube_db_user: roundcube #roundcube_db_host: localhost roundcube_db_pass: '3Dsz3j5R' roundcube_acl_plugin: true roundcube_product_name: O.OPEN - Webmailer roundcube_support_url: https://www.oopen.de roundcube_skin_logo: "images/oopen-logo.png" # 2 Webmailer webmaili_2_site_name: webmail2.oopen.de autoreply_2_hostname: autoreply.oopen.de # possible values: 'pgsql' or 'mysql' roundcube_2_db_type: pgsql roundcube_2_db_name: roundcubemail2 roundcube_2_db_user: roundcube #roundcube_2_db_host: localhost roundcube_2_db_pass: '3Dsz3j5R' roundcube2_acl_plugin: true roundcube_2_product_name: O.OPEN - Webmailer roundcube_2_support_url: https://www.oopen.de roundcube_2_skin_logo: "images/oopen-logo.png" 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__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_postfixadmin.conf src_path: usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2 dest_path: /usr/local/src/mailsystem/conf/install_postfixadmin.conf - name: mailsystem_install_update_dovecot.conf src_path: usr/local/src/mailsystem/conf/install_update_dovecot.conf.j2 dest_path: /usr/local/src/mailsystem/conf/install_update_dovecot.conf - name: mailsystem_install_upgrade_roundcube-webmail.conf src_path: usr/local/src/mailsystem/conf/install_upgrade_roundcube-webmail.conf.j2 dest_path: /usr/local/src/mailsystem/conf/install_upgrade_roundcube-webmail.conf - name: mailsystem_install_upgrade_roundcube-webmail2.conf src_path: usr/local/src/mailsystem/conf/install_upgrade_roundcube-webmail2.conf.j2 dest_path: /usr/local/src/mailsystem/conf/install_upgrade_roundcube-webmail2.conf