mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Optimized backup procedures
This commit is contained in:
parent
8e67632731
commit
af04c9fccf
13
site.yml
13
site.yml
@ -6,10 +6,14 @@
|
|||||||
- native-pacman
|
- native-pacman
|
||||||
- native-wireguard
|
- native-wireguard
|
||||||
- native-user-alarm
|
- native-user-alarm
|
||||||
- name: setup stores of backups
|
- name: setup primary_backup_hosts
|
||||||
hosts: backup_stores
|
hosts: primary_backup_hosts
|
||||||
roles:
|
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
|
- name: setup homepages
|
||||||
hosts: homepage_hosts
|
hosts: homepage_hosts
|
||||||
roles:
|
roles:
|
||||||
@ -75,6 +79,3 @@
|
|||||||
vars:
|
vars:
|
||||||
domain: "elk.{{top_domain}}"
|
domain: "elk.{{top_domain}}"
|
||||||
http_port: 8008
|
http_port: 8008
|
||||||
- name: docker hosts
|
|
||||||
hosts: docker_hosts
|
|
||||||
- native-docker-volume-backup
|
|
||||||
|
Loading…
Reference in New Issue
Block a user