robertdebock.epel
Ansible Role EPEL
This role installs the EPEL repository on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is tested whenever there is a push, pull request, or release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.epel
Before running, the machine must be prepared. In CI, this is done with molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: robertdebock.bootstrap
You can also find a full explanation and example on how to use these roles.
Requirements
- The pip packages listed in requirements.txt.
State of Used Roles
These roles help prepare a system. You can choose a different way to prepare your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role is part of many compatible roles. Check out the documentation for more information.
Here’s a visual of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
EL | 9 |
You need at least Ansible version 2.12. Tests were performed on:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
Author Information
Consider sponsoring me.
ansible-galaxy install robertdebock.epel