2021-12-01 19:13:34 +01: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
|
2021-12-01 19:13:34 +01:00
|
|
|
gpgcheck: True
|
2023-04-13 10:00:14 +02:00
|
|
|
gpgkey: https://mirror.in2p3.fr/pub/epel/RPM-GPG-KEY-EPEL-8
|
2021-12-01 19:13:34 +01:00
|
|
|
exclude: dehydrated
|
|
|
|
tags: repo
|
|
|
|
|
|
|
|
- name: Config EPEL Modular repository
|
|
|
|
yum_repository:
|
|
|
|
name: epel-modular
|
|
|
|
description: "Extra Packages for Enterprise Linux Modular $releasever - $basearch"
|
2023-04-13 10:00:14 +02:00
|
|
|
baseurl: https://fr2.rpmfind.net/linux/epel/$releasever/Modular/$basearch https://mirror.in2p3.fr/pub/epel/$releasever/Modular/$basearch
|
2021-12-01 19:13:34 +01:00
|
|
|
gpgcheck: True
|
2023-04-13 10:00:14 +02:00
|
|
|
gpgkey: https://mirror.in2p3.fr/pub/epel/RPM-GPG-KEY-EPEL-8
|
2021-12-01 19:13:34 +01:00
|
|
|
tags: repo
|