add epel repository for molecule
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fda2e19c49
commit
bafe87d746
@ -1,6 +1,14 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
yum_repositories:
|
||||
epel:
|
||||
filename: Extra-EPEL
|
||||
desc: Extra Packages for Enterprise Linux (EPEL)
|
||||
baseurl: "http://download.fedoraproject.org/pub/epel/$releasever/$basearch/"
|
||||
gpgkey: "http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-$releasever/"
|
||||
enabled: True
|
||||
|
||||
roles:
|
||||
- role: xoxys.mosquitto
|
||||
|
5
requirements.yml
Normal file
5
requirements.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- src: https://gitea.rknet.org/ansible/xoxys.yum.git
|
||||
name: xoxys.yum
|
||||
scm: git
|
||||
version: master
|
Loading…
Reference in New Issue
Block a user