buluma.rpmfusion
Ansible Role rpmfusion
This role installs rpmfusion repositories on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested every time code is updated.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: buluma.rpmfusion
The machine should be prepared first. In CI, this is handled by molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: buluma.bootstrap
- role: buluma.epel
For a detailed explanation and example, see this guide on using these roles.
Role Variables
Default variable values can be found in defaults/main.yml
:
---
# defaults file for rpmfusion
# Allow installation of the "free" package?
rpmfusion_free: yes
# Allow installation of the "nonfree" package?
rpmfusion_nonfree: yes
Requirements
You need the pip packages listed in requirements.txt.
State of Used Roles
The following roles help prepare the system. You may use a different approach.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.epel |
Context
This role works with many other compatible roles. Check out the documentation for these roles for more information.
Here’s a visual overview of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
EL | 8 |
Fedora | all |
You need at least Ansible version 2.12. Testing has been done on:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
Changelog
Check the Role History.
License
This role is under the Apache-2.0.
Author Information
Created by Shadow Walker.
ansible-galaxy install buluma.rpmfusion