ansible-role-borgbackup/vars/Debian.yml

18 lines
259 B
YAML
Raw Normal View History

2018-10-06 14:04:20 +02:00
---
borg_packages:
2018-10-06 14:04:20 +02:00
- libssl-dev
- libacl1-dev
- libacl1
- build-essential
2022-01-07 12:04:09 +01:00
- python3-setuptools
2018-10-06 14:04:20 +02:00
- python3-dev
- python3-pip
- python3-pkgconfig
2018-10-06 14:04:20 +02:00
- python3-msgpack
- python3-venv
- openssh-client
- cron
2018-10-06 14:04:20 +02:00
python_bin: python3
pip_bin: pip3