Ansible Role repo_icinga
This role deploys the Icinga Package Repository.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Use this if you have an Icinga Repository Subscription. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
|
|
Boolean. If the Icinga Repository Subscription URL should be used. Also works in combination with |
|
Example:
# optional
repo_icinga__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_icinga__mirror_url: 'https://mirror.example.com'
repo_icinga__use_subscription_url: true