diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..f2a4aa4 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,83 @@ +--- +#SPDX-License-Identifier: MIT-0 +namespace: opensearch +name: opensearch +version: 2.15.0 +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' +# This was automatically generated from git using: +# $ git shortlog --summary --numbered --email | sed -E 's_^( +[0-9]+\t)_ - _' +authors: + - Abhinav Gupta + - Amazon GitHub Automation <54958958+amazon-auto@users.noreply.github.com> + - Anton Patsev <10828883+patsevanton@users.noreply.github.com> + - Barani <70038446+bbarani@users.noreply.github.com> + - Charles Santos + - Daniel (dB.) Doubrovkine + - Daniel (dB.) Doubrovkine + - Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com> + - Divya Madala <113469545+Divyaasm@users.noreply.github.com> + - Florian Heiderich + - maxtimofeev <75588026+maxtimofeev@users.noreply.github.com> + - mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> + - mpsOxygen + - ng-bsy <111761573+ng-bsy@users.noreply.github.com> + - Peter Zhu + - Prudhvi Godithi + - Rishabh Singh + - Rishabh Singh + - Rodolfo Câmara Villordo + - Ryan Bogan <10944539+ryanbogan@users.noreply.github.com> + - Saravanan Palanisamy + - Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> + - ssi444 <55582328+ssi444@users.noreply.github.com> + - Zelin Hao <87548827+zelinh@users.noreply.github.com> + - Zelin Hao + +description: Roles for deploying opensearch and related components +license_file: 'LICENSE.txt' +tags: [opensearch] + +# 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 +# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version +# range specifiers can be set and are separated by ',' +dependencies: {} + +# The URL of the originating SCM repository +repository: https://github.com/opensearch-project/ansible-playbook + +# The URL to any online docs +documentation: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/ansible + +# The URL to the homepage of the collection/project +homepage: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/ansible + +# The URL to the collection issue tracker +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: + - .github + - .gitignore + - changelogs + - roles/*/molecule + - inventories + - files + - .* + - '*test-requirements.txt' + - '*.tar.gz' + - opensearch.yml + +# 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