Skip to content

Ansible role for configuring EPEL repository on CentOS / RedHat 7.x

License

Notifications You must be signed in to change notification settings

qba73/ansible-role-epel-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Ansible role for installing and configuring EPEL repository.

Role Variables

epel_repo_url: "https://ftp.heanet.ie/mirrors/fedora/epel/{{ ansible_distribution_major_version }}/{{ ansible_architecture }}/"
epel_repo_gpg_key_url: "https://ftp.heanet.ie/mirrors/fedora/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
epel_repofile_path: "/etc/yum.repos.d/epel.repo"
epel_repo_name: epel

Example Playbook

An example of how to use the role:

- hosts: all
  roles:
     - { role: epel-repo }

Author Information

Jakub Jarosz

About

Ansible role for configuring EPEL repository on CentOS / RedHat 7.x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published