mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-07-24 13:48:08 +02:00
Support for RHEL10
This commit is contained in:
parent
b12f97a11f
commit
9ab81e461e
28
vars/RedHat-10.yml
Normal file
28
vars/RedHat-10.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
borg_dep_packages:
|
||||||
|
- openssh-clients
|
||||||
|
|
||||||
|
borg_cron_package: cronie
|
||||||
|
|
||||||
|
borg_pip_packages:
|
||||||
|
- gcc
|
||||||
|
- gcc-c++
|
||||||
|
- libacl
|
||||||
|
- libacl-devel
|
||||||
|
- libzstd-devel
|
||||||
|
- lz4-devel
|
||||||
|
- openssl-devel
|
||||||
|
# - python3-devel
|
||||||
|
- python3-pip
|
||||||
|
- python3-setuptools
|
||||||
|
- xxhash
|
||||||
|
- xxhash-devel
|
||||||
|
# - python3-virtualenv
|
||||||
|
# - python3-wheel
|
||||||
|
|
||||||
|
borg_distro_packages:
|
||||||
|
- borgbackup
|
||||||
|
- borgmatic
|
||||||
|
|
||||||
|
python_bin: python3
|
||||||
|
pip_bin: pip3
|
Loading…
Reference in New Issue
Block a user