Releases: Salvoxia/ansible-role-bind
Releases · Salvoxia/ansible-role-bind
v1.0.0
First release of the this fork.
Added
- Explicitly add public-facing IP to host_all_addresses to handle NAT/floating-ip (credit: @rowanthorpe)
- Add handling transfers by ACLs and/or TSIG per primary, with appropriate defaults (credit: @rowanthorpe)
- Add two RRL variables with zero-defaults config-handling (credit: @rowanthorpe)
- (GH-1) Allow for specfying zone primaries, forwarders and also_notify servers with non-standard ports
- (GH-2) Refactored to be
ansible-lint
compliant - (GH-3) Added parameter
bind_max_cache_size
to set global optionmax-cache-size
Modified
- Removed obsolete directive dnssec-enable from BIND9 configuration (https://serverfault.com/a/1105506) (credit: @drmalex07)
- Review vars for Debian-based systems (credit: @drmalex07)
- Do not generate NS records inside aliased (DNAME) domains (credit: @drmalex07)
- Use explicit notifications on secondary servers (to avoid notifying self) (credit: @drmalex07)
- Log queries at info level (if enabled) (credit: @drmalex07)
- Remove duplicate server block in auth_transfer file (credit: @drmalex07)
- Fix keys directive in server block (only one key allowed) (credit: @drmalex07)
- Freeze dynamic zones while updating master file (credit: @drmalex07)
- Fix: Use bind_service variable when checking if service is running
- Fix: Distro-specific variables for RedHat