2023-12-13 21:26:10 +00:00
|
|
|
---
|
2024-02-07 20:49:00 +00:00
|
|
|
namespace: ednz_cloud
|
2023-12-13 21:26:10 +00:00
|
|
|
name: hashistack
|
2024-08-17 14:54:43 +00:00
|
|
|
version: 0.5.0
|
2023-12-13 21:26:10 +00:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
|
|
- Bertrand Lanson <bertrand.lanson@protonmail.com>
|
|
|
|
description: your collection description
|
2024-01-07 10:38:14 +00:00
|
|
|
license: ["MIT"]
|
2024-02-07 20:49:00 +00:00
|
|
|
license_file: "LICENSE"
|
2023-12-13 21:26:10 +00:00
|
|
|
|
|
|
|
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
|
|
|
|
# requirements as 'namespace' and 'name'
|
2024-07-14 14:16:50 +00:00
|
|
|
tags: ["tools"]
|
2023-12-13 21:26:10 +00:00
|
|
|
dependencies: {}
|
|
|
|
repository: https://git.ednz.fr/ansible-collections/hashistack
|
|
|
|
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: []
|
|
|
|
# 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
|