Ansible Role repo_mariadb
This role deploys the MariaDB Package Repository.
Mandatory Role Variables
Variable |
Description |
---|---|
|
String. The MariaDB repo version to install. Have a look at the MariaDB Download Site for the list of available releases. Also, have a look at the MariaDB Server Releases page to check which version is a „long-term support MariaDB stable“ or „short-term support MariaDB development“ release. |
Example:
# mandatory
repo_mariadb__version: '10.6'
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_mariadb__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_mariadb__mirror_url: 'https://mirror.example.com'