First commit
This commit is contained in:
36
galaxy.yml
Normal file
36
galaxy.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
# 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.0.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
|
||||
Reference in New Issue
Block a user