Ansible Role repo_graylog
This role deploys the Graylog Repository. Although the Graylog project doesn’t recommend to do that, LFOps prefers to install the repository configuration manually, because it’s the only way to handle custom mirror servers.
Mandatory Role Variables
Variable |
Description |
---|---|
|
String. The Graylog repo version to install, in |
Example:
# mandatory
repo_graylog__version: '5.2'
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 |
|
Example:
# optional
repo_graylog__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_graylog__mirror_url: 'https://mirror.example.com'