2018-11-15 20:38:39 +00:00
|
|
|
---
|
2019-06-19 10:06:23 +00:00
|
|
|
yum_cron_enabled: True
|
|
|
|
|
|
|
|
yum_cron_custom_cronjob:
|
2019-06-19 09:25:20 +00:00
|
|
|
enabled: False
|
|
|
|
name: yum-cron
|
|
|
|
minute: 0
|
|
|
|
hour: 4
|
2019-06-19 10:06:23 +00:00
|
|
|
day: "*"
|
|
|
|
weekday: "*"
|
|
|
|
month: "*"
|
|
|
|
|
2018-11-15 20:38:39 +00:00
|
|
|
yum_cron_apply_updates: no
|
|
|
|
yum_cron_download_updates: yes
|
|
|
|
yum_cron_email_from: root@localhost
|
|
|
|
yum_cron_email_to: root
|
|
|
|
yum_cron_emit_via: stdio
|
2019-06-18 06:26:22 +00:00
|
|
|
yum_cron_random_sleep: 360
|
2018-11-15 20:38:39 +00:00
|
|
|
|
2019-08-27 06:32:50 +00:00
|
|
|
yum_repositories: []
|
2019-10-19 14:35:24 +00:00
|
|
|
# @var yum_repositories:example: >
|
2019-08-27 06:32:50 +00:00
|
|
|
# yum_repositories:
|
|
|
|
# - name: epel
|
2018-11-15 20:38:39 +00:00
|
|
|
# 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-10-19 14:35:24 +00:00
|
|
|
# @end
|
2018-11-29 21:02:25 +00:00
|
|
|
|
2019-11-21 10:40:39 +00:00
|
|
|
# @var yum_deltarpm_value:description: >
|
|
|
|
# Configure deltarmp. To get it working you have to install `deltarpm` package first!
|
|
|
|
# Value set to `0` means disabled. A positive value defines the number
|
|
|
|
# of reconstruction made in parallel. A negative value asks yum to figure out how many cores
|
|
|
|
# are available and to multiply them by the given value to get the number of
|
|
|
|
# reconstruction to make in parallel.
|
|
|
|
yum_deltarpm_value: 0
|
|
|
|
yum_deltarpm_percentage: 75
|
|
|
|
|
2019-05-20 06:25:03 +00:00
|
|
|
yum_upgrade_enabled: False
|
2018-11-29 21:02:25 +00:00
|
|
|
yum_packages_install: []
|
|
|
|
yum_packages_uninstall: []
|
|
|
|
yum_packages_extra_install: []
|