mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
13 lines
372 B
YAML
13 lines
372 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Configure Elrepo
|
||
|
yum_repository:
|
||
|
file: elrepo
|
||
|
description: 'ELRepo.org Community Enterprise Linux Repository'
|
||
|
name: elrepo
|
||
|
baseurl: http://elrepo.org/linux/elrepo/el7/$basearch/ http://mirrors.coreix.net/elrepo/elrepo/el7/$basearch/
|
||
|
gpgcheck: True
|
||
|
gpgkey: https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
|
||
|
enabled: True
|
||
|
tags: repo
|