add borg backup test
This commit is contained in:
parent
ace3a9ac83
commit
ecfb6b92f4
12 changed files with 107 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -28,4 +28,7 @@ traefik:
|
|||
kms:
|
||||
ansible-playbook playbooks/kms.yml -i inventory/hosts.yml
|
||||
|
||||
borg:
|
||||
ansible-playbook playbooks/borg.yml -i inventory/hosts.yml --ask-vault-pass
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue