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.
22 lines
611 B
22 lines
611 B
5 years ago
|
---
|
||
|
|
||
|
- 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
|