2022-02-12 13:36:51 +00:00
|
|
|
---
|
2022-03-09 21:05:52 +00:00
|
|
|
packages_yum_repositories: []
|
|
|
|
# @var packages_yum_repositories:example: >
|
|
|
|
# packages_yum_repositories:
|
2022-02-12 13:36:51 +00:00
|
|
|
# - 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
|
2022-03-09 21:05:52 +00:00
|
|
|
packages_yum_repositories_extra: []
|
2022-02-12 13:36:51 +00:00
|
|
|
|
|
|
|
packages_repofiles_remove: []
|
|
|
|
|
|
|
|
# @var packages_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 packages 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.
|
|
|
|
# @end
|
|
|
|
packages_deltarpm_value: 0
|
|
|
|
packages_deltarpm_percentage: 75
|
|
|
|
|
|
|
|
packages_upgrade_enabled: False
|
|
|
|
|
2022-03-09 21:30:12 +00:00
|
|
|
packages_enablerepo: []
|
2022-02-12 13:36:51 +00:00
|
|
|
|
2022-03-09 21:05:52 +00:00
|
|
|
packages_install: []
|
|
|
|
packages_install_extra: []
|
2022-02-12 13:36:51 +00:00
|
|
|
|
2022-03-09 21:30:12 +00:00
|
|
|
packages_uninstall:
|
|
|
|
- setroubleshoot
|
|
|
|
- mcstransd
|
|
|
|
- xinetd
|
|
|
|
- ypbind
|
|
|
|
- telnet
|
|
|
|
packages_uninstall_extra: []
|