Finished backup-to-swappable draft

This commit is contained in:
2023-04-26 22:12:40 +02:00
parent 6a4dea3582
commit 7eed695623
40 changed files with 115 additions and 37 deletions

View File

@@ -20,7 +20,7 @@
hosts: wireguard_server
become: true
roles:
- independent-application-wireguard
- independent_application-wireguard
- name: setup wireguard client behind firewall\nat
hosts: wireguard_behind_firewall
@@ -290,3 +290,10 @@
become: true
roles:
- pc_application-docker
- name: setup backup to swappable
hosts: backup_to_swappable
become: true
roles:
- independent_backup-to-swappable