Files
valid.nsupdate_zone/galaxy.yml
Daniel Akulenok 1afa63cdb1 chore: bump version to 1.1.0 and update changelog
Version 1.1.0 includes:
- New ignore_soa_records and ignore_dnssec_records flags
- Record validation with comprehensive error messages
- Global dns_server parameter
- Verbose output with per-record actions
- Full diff mode support
2026-01-29 20:31:05 +01:00

37 lines
1.5 KiB
YAML

---
# This collection is initialized by https://github.com/ansible/ansible-creator 25.12.0
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: "valid"
name: "nsupdate_zone"
version: 1.1.0
readme: README.md
authors:
- Dan Kercher
description: Efficient DNS zone management using AXFR and atomic batched DNS UPDATE messages
license_file: LICENSE
tags: ["dns", "networking", "infrastructure"]
dependencies: {}
repository: http://example.com/repository
documentation: http://docs.example.com
homepage: http://example.com
issues: http://example.com/issue/tracker
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered. Mutually exclusive with 'manifest'
build_ignore:
- .gitignore
- changelogs/.plugin-cache.yaml
# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
# list of MANIFEST.in style
# L(directives,https://packaging.python.org/en/latest/guides/using-manifest-in/#manifest-in-commands). The key
# 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive
# with 'build_ignore'
# manifest: null