e5738e9114
* Load vars and tasks by OS family instaed of package manager. Fix Dockerfile for CentOS 8. * Config for CentOS 8 and others * Make monthly repo checking the default
21 lines
282 B
YAML
21 lines
282 B
YAML
---
|
|
borg_packages:
|
|
- libssl-dev
|
|
- libacl1-dev
|
|
- libacl1
|
|
- build-essential
|
|
- python-setuptools
|
|
- python3-dev
|
|
- python3-pip
|
|
- python3-msgpack
|
|
- openssh-client
|
|
- cron
|
|
|
|
python_bin: python3
|
|
pip_bin: pip3
|
|
|
|
borg_python_packages:
|
|
- cython
|
|
- borgbackup
|
|
- borgmatic
|