repo-epel
Ansible Role: EPEL Repository
An Ansible Role that to manage EPEL Yum repository
Requirements
This role needs no special requirements, except sudo access
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml
):
---
repo_location: indonesia # available options: international, indonesia, klog, vagrant
epel_enabled: yes
Dependencies
None
Example Playbook
---
- name: Prepare CentOS 7 server
hosts: centos7
roles:
- role: adipriyantobpn.repo-epel
repo_location: international
epel_enabled: yes
License
BSD
Author Information
This role was created in 2017 by Adi Priyanto as a learning purpose for community.
Install
ansible-galaxy install adipriyantobpn/ansible-role-repo-epel
License
Unknown
Downloads
41
Owner