2019-05-19 14:20:32 +00:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
2019-05-19 20:11:31 +00:00
|
|
|
vars:
|
|
|
|
yum_cron_custom_cronjob: False
|
|
|
|
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
|
|
|
|
|
2019-05-19 14:20:32 +00:00
|
|
|
roles:
|
2019-05-19 20:11:31 +00:00
|
|
|
- role: xoxys.yum
|
2019-05-19 14:39:10 +00:00
|
|
|
- role: xoxys.python3
|
2019-05-19 14:20:32 +00:00
|
|
|
- role: xoxys.homeassistant
|