xoxys.yum/defaults/main.yml

47 lines
1.3 KiB
YAML
Raw Normal View History

2018-11-15 21:38:39 +01:00
---
2019-06-19 12:06:23 +02:00
yum_cron_enabled: True
yum_cron_custom_cronjob:
2019-06-19 11:25:20 +02:00
enabled: False
name: yum-cron
minute: 0
hour: 4
2019-06-19 12:06:23 +02:00
day: "*"
weekday: "*"
month: "*"
2018-11-15 21:38:39 +01: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 08:26:22 +02:00
yum_cron_random_sleep: 360
2018-11-15 21:38:39 +01:00
2019-08-27 08:32:50 +02:00
yum_repositories: []
2019-10-19 16:35:24 +02:00
# @var yum_repositories:example: >
2019-08-27 08:32:50 +02:00
# yum_repositories:
# - name: epel
2018-11-15 21:38:39 +01: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 16:35:24 +02:00
# @end
2020-10-17 11:19:33 +02:00
yum_repositories_extra: []
2018-11-29 22:02:25 +01:00
2019-11-21 12:49:57 +01:00
yum_repofiles_remove: []
2019-11-21 11:40:39 +01: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
yum_upgrade_enabled: False
2018-11-29 22:02:25 +01:00
yum_packages_install: []
2020-10-17 11:31:52 +02:00
yum_packages_install_extra: []
2018-11-29 22:02:25 +01:00
yum_packages_uninstall: []