You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
|
|
|
|
- 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
|