Skip to content

viniciusfs/ansible-role-epel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: EPEL

Build Status

Enables EPEL repository on RedHat/CentOS systems.

Role Variables

  • epel_repo_url:
    • Description: URL to EPEL release installation package
    • Default: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm

Example Playbook

- hosts: servers
  roles:
    - { role: viniciusfs.epel }

License

MIT

Author Information