Optimized backup procedures

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-31 10:57:57 +01:00
parent 8e67632731
commit af04c9fccf

View File

@ -6,10 +6,14 @@
- native-pacman
- native-wireguard
- native-user-alarm
- name: setup stores of backups
hosts: backup_stores
- name: setup primary_backup_hosts
hosts: primary_backup_hosts
roles:
- native-pull-remote-backups
- role: native-docker-volume-backup
- name: setup replica backup hosts
hosts: replica_backup_hosts
roles:
- role: native-pull-remote-backups
- name: setup homepages
hosts: homepage_hosts
roles:
@ -75,6 +79,3 @@
vars:
domain: "elk.{{top_domain}}"
http_port: 8008
- name: docker hosts
hosts: docker_hosts
- native-docker-volume-backup