ansible-role-borgbackup/vars/Debian.yml

21 lines
282 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
- python-setuptools
2018-10-06 14:04:20 +02:00
- python3-dev
- python3-pip
- python3-msgpack
- openssh-client
- cron
2018-10-06 14:04:20 +02:00
python_bin: python3
pip_bin: pip3
2018-10-06 14:04:20 +02:00
borg_python_packages:
- cython
2018-10-06 14:04:20 +02:00
- borgbackup
- borgmatic