Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 604 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 604 Bytes

Ansible Role: EPEL

Build Status

Installs the epel-release package on EL 6 and 7 platforms.

Requirements

None.

Role Variables

Whether the EPEL repo should be installed or not. Set to absent to remove from the system. Defaults to present.

epel_state: present

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - ansible-role-epel

License

BSD