mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 17:59:41 +01:00
added "borgbackup" play
This commit is contained in:
9
main.yml
9
main.yml
@@ -13,6 +13,15 @@
|
||||
- docker
|
||||
tags: docker
|
||||
|
||||
- name: Configure BorgBackups of Docker Containers
|
||||
hosts: docker_hosts
|
||||
become: true
|
||||
roles:
|
||||
- borgbackup
|
||||
tags: borgbackup
|
||||
|
||||
#################################################### Service Roles ############################################################
|
||||
|
||||
- name: Configure Nginx Proxy Manager
|
||||
hosts: npm_hosts
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user