diff --git a/.ansible-lint-ignore b/.ansible-lint-ignore new file mode 100644 index 0000000..d025a99 --- /dev/null +++ b/.ansible-lint-ignore @@ -0,0 +1 @@ +galaxy.yml galaxy[version-incorrect] \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 6697a65..101e750 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,7 +16,7 @@ readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url) # @nicks:irc/im.site#channel' authors: -- No Fuss Computing + - No Fuss Computing ### OPTIONAL but strongly recommended @@ -26,7 +26,7 @@ description: A phpIPAM Scan Agent that can be used in local or remote sites. # Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only # accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' license: -- MIT + - MIT # The path to the license file for the collection. This path is relative to the root of the collection. This key is # mutually exclusive with 'license' @@ -34,7 +34,12 @@ license_file: '' # 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: [] +tags: + - ipam + - scan_agent + - network + - phpipam + - tools # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range @@ -71,4 +76,3 @@ build_ignore: # 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive # with 'build_ignore' # manifest: null -