Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -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 <email> (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 <[email protected]>
- Amazon GitHub Automation <[email protected]>
- Anton Patsev <[email protected]>
- Barani <[email protected]>
- Charles Santos <[email protected]>
- Daniel (dB.) Doubrovkine <[email protected]>
- Daniel (dB.) Doubrovkine <[email protected]>
- Darshit Chanpura <[email protected]>
- Divya Madala <[email protected]>
- Florian Heiderich <[email protected]>
- maxtimofeev <[email protected]>
- mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
- mpsOxygen <[email protected]>
- ng-bsy <[email protected]>
- Peter Zhu <[email protected]>
- Prudhvi Godithi <[email protected]>
- Rishabh Singh <[email protected]>
- Rishabh Singh <[email protected]>
- Rodolfo Câmara Villordo <[email protected]>
- Ryan Bogan <[email protected]>
- Saravanan Palanisamy <[email protected]>
- Sayali Gaikawad <[email protected]>
- ssi444 <[email protected]>
- Zelin Hao <[email protected]>
- Zelin Hao <[email protected]>

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