mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-17 11:00
This commit is contained in:
11
roles/repo_dalibolabs/tasks/main.yml
Normal file
11
roles/repo_dalibolabs/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Configure dalibo labs repo
|
||||||
|
yum_repository:
|
||||||
|
name: dalibolabs
|
||||||
|
description: Dalibo Labs - RHEL/CentOS/Rockylinux $releasever - $basearch
|
||||||
|
baseurl: https://yum.dalibo.org/labs/RHEL$releasever-$basearch
|
||||||
|
gpgcheck: True
|
||||||
|
gpgkey: https://yum.dalibo.org/labs/dalibo-labs.asc
|
||||||
|
priority: 50
|
||||||
|
tags: repo,pg
|
@@ -127,6 +127,7 @@ download.postgresql.org
|
|||||||
ftp.postgresql.org
|
ftp.postgresql.org
|
||||||
apt.postgresql.org
|
apt.postgresql.org
|
||||||
www.postgresql.org
|
www.postgresql.org
|
||||||
|
yum.dalibo.org
|
||||||
|
|
||||||
# Java / Gradle / Maven
|
# Java / Gradle / Maven
|
||||||
services.gradle.org
|
services.gradle.org
|
||||||
|
Reference in New Issue
Block a user