An open API service indexing awesome lists of open source software.

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

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