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
@@ -0,0 +1,42 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
# --------------------------------------------------------------
# - Parameter Settings for script 'bind_add_dkim_zone_master.sh'.
# ---------------------------------------------------------------
# - SOA_PRIMARY_MASTER
# -
# - Primary master for new DKIM zones _domainkey.*
# -
# - Example: SOA_PRIMARY_MASTER="a.ns.oopen.de"
# -
# - Defaults to '$(hostname --long)'
# -
SOA_PRIMARY_MASTER="b.ns.oopen.de"
# - SOA_ADMIN_EMAIL
# -
# - mail address of the responsible of all zones
# -
# - Example: SOA_ADMIN_EMAIL="domreg@oopen.de"
# -
# - Defaults to 'domreg@oopen.de'
# -
SOA_ADMIN_EMAIL="domreg@oopen.de"
# - TSIG_KEY_NAME
# -
# - Name of the key used for dynamical updates
# -
# - Defaults to 'update-dkim'
# -
TSIG_KEY_NAME='update-dkim'
# - ALLOW_TRANSFER_OPTION
# -
# - Example:
# - ALLOW_TRANSFER_OPTION="oopen;"
# - ALLOW_TRANSFER_OPTION="83.223.90.93;"
# -
ALLOW_TRANSFER_OPTION="oopen;"