Ansible Role repo_opensearch
This role deploys the Opensearch Package Repository.
Mandatory Role Variables
Variable |
Description |
---|---|
|
The version of the Opensearch repository which should be installed. |
Example:
# mandatory
repo_opensearch__version__host_var: '2.x' # or '1.x'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
String. Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_opensearch__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_opensearch__mirror_url: 'https://mirror.example.com'