1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_epel.git synced 2024-08-16 14:49:49 +02:00

Add meta info

This commit is contained in:
L3D 2020-02-20 17:36:04 +01:00 committed by L3D
parent 15f23f6f67
commit 12536bd788
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 20 additions and 1 deletions

View file

@ -2,4 +2,4 @@
submodules_versioncheck: true
# epel repo
epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"

18
meta/main.yml Normal file
View file

@ -0,0 +1,18 @@
---
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: []

View file

@ -7,6 +7,7 @@
rpm_key:
key: "{{ epel_repo_gpg_key_url }}"
state: present
validate_certs: true
- name: Install EPEL repo
become: true