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
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 Build Status GitHub Build Status GitLab
robertdebock.epel Build Status GitHub Build Status GitLab

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: dependencies

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

Apache-2.0.

Author Information

robertdebock

Please consider sponsoring me.

Informazioni sul progetto

Install rpmfusion repositories on your system.

Installa
ansible-galaxy install robertdebock.rpmfusion
Licenza
apache-2.0
Download
16.7k
Proprietario
I know my way around (Linux) infrastructure, have a passion for automation, Docker, Ansible, Molecule and ci/cd.