9 Commits

Author SHA1 Message Date
Daniel Akulenok
3d2919721b feat: use parent_address_port_tls macro for forwarders
- Update named.conf.options.j2 to use parent_address_port_tls for forwarders
- Update named.conf.zone.j2 to use parent_address_port_tls for forwarders
- Enables support for per-address and global port/tls parameters
2026-01-28 23:03:07 +01:00
Daniel Akulenok
400d13457c style: Fix formatting and spacing 2026-01-27 23:18:56 +01:00
Daniel Akulenok
651df7c29a style: Fix formatting and spacing 2026-01-27 23:18:56 +01:00
Daniel Akulenok
fdf150c640 fix: Replace incorrectly used macro with proper Jinja2 filter 2026-01-27 23:18:56 +01:00
Daniel Akulenok
9bed66418f refactor: Remove macro usage from options template 2026-01-27 23:18:56 +01:00
Daniel Akulenok
96bf462521 fix: Support both boolean and 'auto' values for dnssec_validation
- Update options template to handle multiple value types
- Improve DNSSEC configuration flexibility
2026-01-27 23:18:56 +01:00
Daniel Akulenok
556da9b256 style: Fix template indentation issues
- Correct indentation in generator template
- Update options template formatting
- Normalize parental-agents template spacing
2026-01-27 23:18:56 +01:00
Daniel Akulenok
71abdaa2e4 style: Standardize indentation across all templates
- Update indentation in controls, DLZ, and DNSSEC policy templates
- Normalize spacing in options and logging templates
- Ensure consistent formatting throughout role
2026-01-27 23:18:40 +01:00
Daniel Akulenok
8db883cba9 feat: Initialize BIND9 Ansible role
- Add complete role structure with templates
- Create comprehensive README documentation
- Set up Travis CI configuration
- Add meta information and default variables
2022-08-04 12:41:40 +02:00