commit inicial
This commit is contained in:
12
defaults/main.yml
Normal file
12
defaults/main.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user