mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/repo_elrepo/tasks/main.yml
Normal file
12
roles/repo_elrepo/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user