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:
parent
15f23f6f67
commit
12536bd788
3 changed files with 20 additions and 1 deletions
|
@ -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
18
meta/main.yml
Normal 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: []
|
|
@ -7,6 +7,7 @@
|
|||
rpm_key:
|
||||
key: "{{ epel_repo_gpg_key_url }}"
|
||||
state: present
|
||||
validate_certs: true
|
||||
|
||||
- name: Install EPEL repo
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue