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

https://github.com/cornfeedhobo/ansible-role-epel

ansible role to install and manage the epel repository
https://github.com/cornfeedhobo/ansible-role-epel

ansible ansible-role epel epel-release

Last synced: about 2 months ago
JSON representation

ansible role to install and manage the epel repository

Awesome Lists containing this project

README

          

# ansible-role-epel [![Ansible Role](https://img.shields.io/ansible/role/d/cornfeedhobo/epel)](https://galaxy.ansible.com/cornfeedhobo/epel)

Install the EPEL repository. Useful as a dependency for other roles.

## Table of content

- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [epel_extra_packages](#epel_extra_packages)
- [epel_key_url](#epel_key_url)
- [epel_package_name](#epel_package_name)
- [epel_package_state](#epel_package_state)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)

---

## Requirements

- Minimum Ansible version: `2.9`

## Default Variables

### epel_extra_packages

a convenience list of any packages you would like installed from epel

#### Default value

```YAML
epel_extra_packages: []
```

### epel_key_url

URL where EPEL GPG signing key can be obtained

#### Default value

```YAML
epel_key_url: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version
}}
```

### epel_package_name

name of the package that installs the epel release repo

#### Default value

```YAML
epel_package_name: epel-release
```

### epel_package_state

control the state of the epel package and any packages installed from it.

#### Default value

```YAML
epel_package_state: present
```

## Discovered Tags

**_epel_**

## Dependencies

None.

## License

MIT

## Author

cornfeedhobo