commit inicial

This commit is contained in:
Mauro Torrez
2019-05-25 20:51:38 -03:00
parent cad93a1a6e
commit 7ca7e63add
3 changed files with 57 additions and 0 deletions

12
defaults/main.yml Normal file
View File

@@ -0,0 +1,12 @@
---
# usuario borg
borg_user: borg
# home borg
borg_home: "/srv/borg"
# nombre del repositorio
borg_repo_name: "backup"
# path real del repositorio
borg_repo_path: "{{ borg_home }}/{{ borg_repo_name }}"