chore(ansible): clean up host_vars YAML and normalize mail text blocks

This commit is contained in:
2026-07-28 21:24:03 +02:00
parent ae60fa01a5
commit 4d92340f9b
306 changed files with 2049 additions and 2484 deletions
+43 -46
View File
@@ -1,4 +1,5 @@
---
# yamllint disable rule:line-length
# ---
# vars used by roles/ansible_dependencies
@@ -86,8 +87,8 @@ systemd_resolved: true
# IPv6: 2606:4700:4700::1111
# sekundäre DNS-Adresse
# IPv4: 1.0.0.1
# IPv6: 2606:4700:4700::1001
#
# 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
@@ -98,20 +99,20 @@ systemd_resolved: true
#
# 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
# 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: 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)
#
# 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
@@ -129,10 +130,10 @@ resolved_nameserver:
# search domains
#
# If there are more than one search domains, then specify them here in the order in which
# 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: []
resolved_domains:
- ~.
- oopen.de
@@ -142,7 +143,7 @@ resolved_dnssec: false
# dns.as250.net: 194.150.168.168
#
resolved_fallback_nameserver:
- 194.150.168.168
- 194.150.168.168
# ---
@@ -198,45 +199,45 @@ copy_plain_files:
# ---
symlink_files:
- name: bind_get_domain_by_hostname
src_path: /root/bin/bind/bind_get_domain_by_hostname.sh
dest_path: /usr/local/bin/bind_get_domain_by_hostname.sh
- name: bind_get_domain_by_hostname
src_path: /root/bin/bind/bind_get_domain_by_hostname.sh
dest_path: /usr/local/bin/bind_get_domain_by_hostname.sh
- name: bind_get_zonefile_by_hostname
src_path: /root/bin/bind/bind_get_zonefile_by_hostname.sh
dest_path: /usr/local/bin/bind_get_zonefile_by_hostname.sh
- name: bind_get_zonefile_by_hostname
src_path: /root/bin/bind/bind_get_zonefile_by_hostname.sh
dest_path: /usr/local/bin/bind_get_zonefile_by_hostname.sh
- name: bind_rndc_sync_clean
src_path: /root/bin/bind/bind_rndc_sync_clean.sh
dest_path: /usr/local/bin/bind_rndc_sync_clean.sh
- name: bind_rndc_sync_clean
src_path: /root/bin/bind/bind_rndc_sync_clean.sh
dest_path: /usr/local/bin/bind_rndc_sync_clean.sh
- name: /bind_set_new_serial
src_path: /root/bin/bind/bind_set_new_serial.sh
dest_path: /usr/local/bin/bind_set_new_serial.sh
- name: /bind_set_new_serial
src_path: /root/bin/bind/bind_set_new_serial.sh
dest_path: /usr/local/bin/bind_set_new_serial.sh
- name: bind_set_renew_tlsa
src_path: /root/bin/bind/bind_set_renew_tlsa.sh
dest_path: /usr/local/bin/bind_set_renew_tlsa.sh
- name: bind_set_renew_tlsa
src_path: /root/bin/bind/bind_set_renew_tlsa.sh
dest_path: /usr/local/bin/bind_set_renew_tlsa.sh
- name: bind_add_dkim_zone_master
src_path: /root/bin/bind/bind_add_dkim_zone_master.sh
dest_path: /usr/local/bin/bind_add_dkim_zone_master.sh
- name: bind_add_dkim_zone_master
src_path: /root/bin/bind/bind_add_dkim_zone_master.sh
dest_path: /usr/local/bin/bind_add_dkim_zone_master.sh
- name: bind_add_dkim_zone_slave
src_path: /root/bin/bind/bind_add_dkim_zone_slave.sh
dest_path: /usr/local/bin/bind_add_dkim_zone_slave.sh
- name: bind_add_dkim_zone_slave
src_path: /root/bin/bind/bind_add_dkim_zone_slave.sh
dest_path: /usr/local/bin/bind_add_dkim_zone_slave.sh
- name: bind_reload_all_zones
src_path: /root/bin/bind/bind_reload_all_zones.sh
dest_path: /usr/local/bin/bind_reload_all_zones.sh
- name: bind_reload_all_zones
src_path: /root/bin/bind/bind_reload_all_zones.sh
dest_path: /usr/local/bin/bind_reload_all_zones.sh
- name: bind_remove_domain_on_master
src_path: /root/bin/bind/bind_remove_domain_on_master.sh
dest_path: /usr/local/bin/bind_remove_domain_on_master.sh
- name: bind_remove_domain_on_master
src_path: /root/bin/bind/bind_remove_domain_on_master.sh
dest_path: /usr/local/bin/bind_remove_domain_on_master.sh
- name: bind_remove_domain_on_slave
src_path: /root/bin/bind/bind_remove_domain_on_slave.sh
dest_path: /usr/local/bin/bind_remove_domain_on_slave.sh
- name: bind_remove_domain_on_slave
src_path: /root/bin/bind/bind_remove_domain_on_slave.sh
dest_path: /usr/local/bin/bind_remove_domain_on_slave.sh
# ---
@@ -244,13 +245,9 @@ symlink_files:
# ---
# ==============================
# ---
# vars used by scripts/reset_root_passwd.yml
# ---