robertdebock.rpmfusion
Ansible Role rpmfusion
THIS ROLE HAS BEEN ARCHIVED AS OF DEC 2023.
This role installs the rpmfusion repositories on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested with each update.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: robertdebock.rpmfusion
Before running this playbook, prepare the machine using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
- role: robertdebock.epel
For more details on using these roles, see a full explanation and example.
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
Make sure you have the pip packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare the system. You can use other methods to prepare your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap | ||
robertdebock.epel |
Context
This role is part of many compatible roles. Check out the documentation of these roles for more information.
Here is a diagram showing related roles:
Compatibility
This role has been tested on these container images:
Container | Tags |
---|---|
Amazon | Candidate |
EL | 8, 9 |
Fedora | all |
The minimum version of Ansible required is 2.12. Tests have been conducted on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
Author Information
Please consider sponsoring me.
ansible-galaxy install robertdebock.rpmfusion