Add borg backup role

This commit is contained in:
Daniel A. Maierhofer
2018-07-28 19:05:46 +02:00
parent ba40616ab2
commit 99ee7f23aa
33 changed files with 1042 additions and 137 deletions

View File

@@ -1,13 +1,7 @@
inventory_hostname: sojus.fet.htu.tuwien.ac.at
inventory_hostname_short: sojus
borgbackup_install_from_binary: False
borgbackup_install_from_repo: True
borgbackup_server: True
borgbackup_server_user: "backup"
borgbackup_server_group: "backup"
borgbackup_server_home: "/home/backup"
borgbackup_server_pool: "{{ borgbackup_server_home }}/repos"
borgbackup_binary: "/usr/bin/borg"
borgbackup_encryption_mode: "none"