Skip to content

cornfeedhobo/ansible-role-epel

Repository files navigation

ansible-role-epel Ansible Role

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

Table of content


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

epel_extra_packages: []

epel_key_url

URL where EPEL GPG signing key can be obtained

Default value

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

epel_package_name: epel-release

epel_package_state

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

Default value

epel_package_state: present

Discovered Tags

epel

Dependencies

None.

License

MIT

Author

cornfeedhobo

About

ansible role to install and manage the epel repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published