https://github.com/farisc0de/ansible-role-epel
Ansible Role to Install EPEL repo and CodeReady on Red Hat
https://github.com/farisc0de/ansible-role-epel
Last synced: 5 months ago
JSON representation
Ansible Role to Install EPEL repo and CodeReady on Red Hat
- Host: GitHub
- URL: https://github.com/farisc0de/ansible-role-epel
- Owner: farisc0de
- License: mit
- Created: 2025-01-11T17:29:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T17:10:55.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:47:25.466Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: EPEL
Installs the EPEL repository (Extra Packages for Enterprise Linux) for RHEL/CentOS.
## Requirements
RedHat/CentOS
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
```yaml
epel_version: "{{ ansible_distribution_major_version }}"
epel_package_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ epel_version }}.noarch.rpm"
epel_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ epel_version }}"
```
## Dependencies
None
## Example Playbook
```yaml
- hosts: all
roles:
- { role: farisc0de.epel }
```
## License
MIT