ansible-roles/roles/repo_base/tasks/epel_RedHat-9.yml

13 lines
402 B
YAML
Raw Normal View History

2022-07-23 12:00:16 +02:00
---
- name: Configure EPEL repository
yum_repository:
name: epel
description: "Extra Package for Enterprise Linux"
2023-04-13 10:00:14 +02:00
baseurl: https://fr2.rpmfind.net/linux/epel/$releasever/Everything/$basearch https://mirror.in2p3.fr/pub/epel/$releasever/Everything/$basearch
2022-07-23 12:00:16 +02:00
gpgcheck: True
2023-06-15 11:00:09 +02:00
gpgkey: https://mirror.in2p3.fr/pub/epel/RPM-GPG-KEY-EPEL-9
2025-02-03 11:00:23 +01:00
exclude: dehydrated,zabbix*
2022-07-23 12:00:16 +02:00
tags: repo