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.
18 lines
528 B
18 lines
528 B
5 years ago
|
---
|
||
|
|
||
|
- 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
|
||
|
with_items:
|
||
|
- 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
|