Implement rsnapshot backups on infrastructure

This commit is contained in:
2021-06-03 20:38:56 -04:00
parent 3dc0e04ab4
commit 828539dceb
6 changed files with 220 additions and 0 deletions

11
dev/rsnapshot.yml Normal file
View File

@@ -0,0 +1,11 @@
- name: Install rsnapshot backup server
hosts: all
become: true
vars_files:
- host_vars/rsnapshot.yml
roles:
- base
- docker
- traefik
- nginx
- rsnapshot