mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2021-12-12 18:00
This commit is contained in:
parent
57dc85675d
commit
f896fc9bd1
@ -26,4 +26,5 @@
|
||||
|
||||
- include: epel_{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml
|
||||
- include: fws_{{ ansible_os_family }}.yml
|
||||
- include: dbd_{{ ansible_os_family }}.yml
|
||||
- include: postgres_client_{{ ansible_os_family }}.yml
|
||||
|
@ -48,4 +48,5 @@
|
||||
|
||||
- include: epel_{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml
|
||||
- include: fws_{{ ansible_os_family }}.yml
|
||||
- include: dbd_{{ ansible_os_family }}.yml
|
||||
- include: postgres_client_{{ ansible_os_family }}.yml
|
||||
|
@ -122,4 +122,5 @@
|
||||
|
||||
- include: epel_{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml
|
||||
- include: fws_{{ ansible_os_family }}.yml
|
||||
- include: dbd_{{ ansible_os_family }}.yml
|
||||
- include: postgres_client_{{ ansible_os_family }}.yml
|
||||
|
22
roles/repo_base/tasks/dbd_RedHat.yml
Normal file
22
roles/repo_base/tasks/dbd_RedHat.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
|
||||
- name: Configure Daniel Berteaud repository
|
||||
yum_repository:
|
||||
name: dbd
|
||||
description: "Daniel Berteaud RPM"
|
||||
baseurl: http://rpms.lapiole.org/el$releasever/
|
||||
gpgcheck: True
|
||||
gpgkey: https://rpms.lapiole.org/RPM-GPG-KEY
|
||||
tags: repo
|
||||
|
||||
- name: Configure Daniel Berteaud Testing repository
|
||||
yum_repository:
|
||||
name: dbd-testing
|
||||
description: "Daniel Berteaud Testing RPM"
|
||||
file: dbd
|
||||
baseurl: http://rpms.lapiole.org/testing/el$releasever/
|
||||
gpgcheck: True
|
||||
gpgkey: https://rpms.lapiole.org/RPM-GPG-KEY
|
||||
enabled: False
|
||||
tags: repo
|
||||
|
@ -10,6 +10,7 @@ packagecloud.io
|
||||
.cloudfront.net
|
||||
packagist.org
|
||||
downloads.sourceforge.net
|
||||
docbook.sourceforge.net
|
||||
dl.bintray.com
|
||||
publicsuffix.org
|
||||
www.internic.net
|
||||
|
Loading…
x
Reference in New Issue
Block a user