--- namespace: ednz_cloud name: hashistack version: 0.8.1 readme: README.md authors: - Bertrand Lanson description: your collection description license: ["MIT"] license_file: "LICENSE" # 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' tags: ["tools", "hashicorp", "nomad", "vault", "consul"] 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: - assets** - .gitea** # 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