Ansible Role repo_mongodb
This role deploys the MongoDB repository.
Mandatory Role Variables
Variable |
Description |
---|---|
|
The MongoDB repo version to install. Have a look at the MongoDB repository for the list of available releases. |
Example:
# mandatory
repo_mongodb__version: '6.0'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_mongodb__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_mongodb__mirror_url: 'https://mirror.example.com'