mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
13 lines
392 B
YAML
13 lines
392 B
YAML
---
|
|
|
|
- name: Configure Elrepo
|
|
yum_repository:
|
|
file: elrepo
|
|
description: 'ELRepo.org Community Enterprise Linux Repository'
|
|
name: elrepo
|
|
baseurl: http://elrepo.org/linux/elrepo/el$releasever/$basearch/ http://mirrors.coreix.net/elrepo/elrepo/el$releasever/$basearch/
|
|
gpgcheck: True
|
|
gpgkey: https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
|
|
enabled: True
|
|
tags: repo
|