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.
12 lines
372 B
12 lines
372 B
---
|
|
|
|
- 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
|
|
|