Robert Kaussow
15c2048d48
All checks were successful
continuous-integration/drone/push Build is passing
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
---
|
|
yum_cron_enabled: True
|
|
|
|
yum_cron_custom_cronjob:
|
|
enabled: False
|
|
name: yum-cron
|
|
minute: 0
|
|
hour: 4
|
|
day: "*"
|
|
weekday: "*"
|
|
month: "*"
|
|
|
|
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
|
|
yum_cron_random_sleep: 360
|
|
|
|
yum_repositories: []
|
|
# @var yum_repositories:example: >
|
|
# yum_repositories:
|
|
# - name: 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
|
|
# @end
|
|
|
|
yum_repofiles_remove: []
|
|
|
|
# @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
|
|
|
|
yum_upgrade_enabled: False
|
|
yum_packages_install: []
|
|
yum_packages_uninstall: []
|
|
yum_packages_extra_install: []
|