Ansible Role repo_rpmfusion
This role deploys the RPM Fusion free and nonfree Repositories.
Mandatory Requirements
Enable the EPEL Repository. This can be done using the linuxfabrik.lfops.epel role.
If you use the „Repo RPM Fusion“ Playbook, this is automatically done for you.
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 |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_rpmfusion__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_rpmfusion__mirror_url: 'https://mirror.example.com'