Implement rsnapshot backups on infrastructure
This commit is contained in:
11
dev/rsnapshot.yml
Normal file
11
dev/rsnapshot.yml
Normal 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
|
||||
Reference in New Issue
Block a user