Update to 2021-12-01 19:13

This commit is contained in:
Daniel Berteaud
2021-12-01 19:13:34 +01:00
commit 4c4556c660
2153 changed files with 60999 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
- name: Configure Lemonldap::NG repository
yum_repository:
file: lemonldap-ng
name: "{{ item.repo }}"
description: "{{ item.desc }}"
baseurl: "{{ item.url }}"
gpgcheck: 1
gpgkey: https://lemonldap-ng.org/_media/rpm-gpg-key-ow2
loop:
- repo: lemonldap-ng
url: https://lemonldap-ng.org/redhat/stable/$releasever/noarch
desc: Lemonldap::NG
- repo: lemonldap-ng-extras
url: https://lemonldap-ng.org/redhat/extras/$releasever
desc: Lemonldap::NG Extras packages
tags: repo