docs: update all documentation to reflect v1.1.0 features
- Update all examples to show new defaults (ignore_dnssec_records, ignore_soa_records, validate_records) - Add verbose output examples throughout documentation - Show global dns_server parameter usage - Remove all references to deprecated parallel_zones parameter - Update QUICK_START.md with new best practices - Update README.md with new feature descriptions - Update module EXAMPLES with verbose flag and current defaults - Update all example playbooks (nsupdate_zone_example.yml, sample_zone_format.yml) - Simplify examples by relying on sensible defaults
This commit is contained in:
@@ -79,11 +79,10 @@ list_of_nsupdate_zones:
|
||||
key_secret: "{{ dns_tsig_key_secret }}"
|
||||
key_algorithm: hmac-sha256
|
||||
protocol: tcp
|
||||
# Ignore NS records at zone apex and ACME challenge records
|
||||
ignore_record_types:
|
||||
- NS
|
||||
# SOA and DNSSEC records are ignored by default
|
||||
ignore_record_patterns:
|
||||
- '^_acme-challenge\..*'
|
||||
verbose: true # Show detailed per-record actions
|
||||
zones: "{{ list_of_nsupdate_zones }}"
|
||||
register: zone_update_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user