foor.sh-repo: Initial version
This commit is contained in:
parent
3bc8dbcb1c
commit
2cbe0b93af
2 changed files with 10 additions and 0 deletions
3
roles/foo.sh-repo/meta/main.yml
Normal file
3
roles/foo.sh-repo/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- {role: epel-repo}
|
7
roles/foo.sh-repo/tasks/main.yml
Normal file
7
roles/foo.sh-repo/tasks/main.yml
Normal 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
|
Loading…
Add table
Reference in a new issue