ansible-role-borgbackup/vars/RedHat.yml

22 lines
291 B
YAML
Raw Normal View History

---
borg_packages:
- libacl-devel
- libacl
- gcc
- gcc-c++
- openssl-devel
- python36-pip
- python36-wheel
- python36-devel
- python-setuptools
- openssh-clients
- cronie
python_bin: python3
pip_bin: pip3
borg_python_packages:
- cython
- borgbackup
- borgmatic