docs: clarify BIND9 9.20 branch strategy

This commit is contained in:
Daniel Akulenok
2026-07-02 10:40:18 +02:00
parent cd3a35e7a9
commit 4e1dc31818
3 changed files with 45 additions and 68 deletions
+1 -9
View File
@@ -4,8 +4,7 @@ argument_specs:
short_description: The main entry point for the bind9 role.
description:
- Configures BIND9 DNS server on Debian-based systems.
- "Supported BIND9 versions: 9.18.x (LTS), 9.20+ (feature releases)"
- Version detection is automatic at runtime.
- "Supported BIND9 versions are branch-specific: main targets 9.18.x (LTS), and the 9.20 branch targets 9.20+ feature releases."
options:
bind9_config:
type: list
@@ -57,10 +56,3 @@ argument_specs:
bind9_backup_dir:
type: str
description: Directory for backups.
bind9_version:
type: str
description:
- BIND9 version detected at runtime (read-only, set automatically).
- "Format: X.Y.Z (e.g., 9.18.44, 9.20.18)"
- Used by templates to apply version-specific configurations.
- Users should not set this variable directly.