Ansible Role repo_icinga
This role deploys the Icinga Package Repository.
Mandatory Requirements
For RHEL (and compatible) hosts an Icinga Repo Subscription is required.
Optional Role Variables
Variable  | 
Description  | 
Default Value  | 
|---|---|---|
  | 
Use HTTP basic auth to login to the repository. Use this if you have an Icinga Subscription. Defaults to   | 
  | 
  | 
Set the URL to a custom mirror server providing the repository. Defaults to   | 
  | 
  | 
Boolean. Only relevant for OpenSUSE & SLES. Set this to   | 
  | 
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