Ansible Role repo_baseos
This role deploys the BaseOS repositories, which can be used to set a custom mirror server.
Optional Role Variables
| Variable | Description | Default Value | 
|---|---|---|
| 
 | Use HTTP basic auth to login to the repository. Defaults to  | 
 | 
| 
 | Whether the CRB repository should be enabled or not. | 
 | 
| 
 | Set the URL to a custom mirror server providing the repository. Defaults to  | `‘{{ lfops__repo_mirror_url | 
Example:
# optional
repo_baseos__basic_auth_login:
  username: 'my-username'
  password: 'linuxfabrik'
repo_baseos__crb_repo_enabled__host_var: true
repo_baseos__mirror_url: 'https://mirror.example.com'