mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
21
roles/repo_scl/tasks/main.yml
Normal file
21
roles/repo_scl/tasks/main.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
- name: Configure SCL RH repository
|
||||
yum_repository:
|
||||
name: centos-sclo-rh
|
||||
file: centos-scl
|
||||
description: SCLo rh
|
||||
baseurl: http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/
|
||||
gpgcheck: True
|
||||
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
|
||||
tags: repo
|
||||
|
||||
- name: Configure community SCL repository
|
||||
yum_repository:
|
||||
name: centos-sclo
|
||||
file: centos-scl
|
||||
description: SCLo
|
||||
baseurl: http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/
|
||||
gpgcheck: True
|
||||
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
|
||||
tags: repo
|
Reference in New Issue
Block a user