foor.sh-repo: Initial version

This commit is contained in:
Timo Makinen 2021-03-09 19:18:16 +00:00
parent 3bc8dbcb1c
commit 2cbe0b93af
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- {role: epel-repo}

View file

@ -0,0 +1,7 @@
---
- name: install foo.sh yum repository
yum_repository:
name: foo.sh
description: foo.sh - Internal YUM Repository
baseurl: https://mirrors.foo.sh/foo.sh/el$releasever/$basearch
gpgcheck: no