An ansible role to install the rpmfusion free, nonfree, and livna yum repositories which contain extra software packages not available in the standard Fedora repositories.
After enabling the role you must explicitly install the packages you want:
---
- hosts: localhost
roles:
- groks.repo-extra
tasks:
- name: install packages not in the main fedora repos
yum: name={{ item }} state=present
with_items:
- gstreamer-plugins-bad
- freetype-freeworld
- libdvdcss
- VirtualBox
Get a list of the available packages by running the following command:
yum --disablerepo="*" \
--enablerepo="rpmfusion-free,rpmfusion-nonfree,livna" \
list available | grep -v i686
An installation of Fedora.
None.
None.
BSD