mirror of
https://github.com/roles-ansible/ansible_role_epel.git
synced 2024-08-16 14:49:49 +02:00
19 lines
373 B
YAML
19 lines
373 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
author: L3D
|
||
|
description: Ansible role to install the Extra Packages for Enterprise Linux (EPEL) - Repository on RHEL/centos
|
||
|
role_name: epel
|
||
|
license: MIT
|
||
|
min_ansible_version: 2.7
|
||
|
github_branch: master
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- all
|
||
|
galaxy_tags:
|
||
|
- epel
|
||
|
- epelrepo
|
||
|
- repo
|
||
|
- enterprise
|
||
|
dependencies: []
|