Compare commits

..

No commits in common. "adcfae90e912607bab557e7e854e7067470e1d60" and "dda5d57b647483bf0deb0624825bd07b3ed16f40" have entirely different histories.

3 changed files with 5 additions and 10 deletions

View file

@ -51,11 +51,3 @@ services:
sender_domains:
- "{{ services.nextcloud.domain }}"
backup_volumes:
- "{{ services.caddy.volume }}:/mnt/volumes/caddy:ro"
- "{{ services.postfix.volume }}:/mnt/volumes/postfix:ro"
- "{{ services.emby.volume }}/programdata:/mnt/volumes/emby/programdata:ro"
- "{{ services.nextcloud.volume }}:/mnt/volumes/nextcloud:ro"
- "{{ services.pihole.volume }}:/mnt/volumes/pi-hole:ro"
- "{{ services.wireguard.volume }}:/mnt/volumes/wireguard:ro"

View file

@ -12,7 +12,7 @@
name: "{{ services.pihole.volume }}/pihole"
owner: '999'
group: '1000'
mode: u=rwx,g=rwx,o=rx
mode: u=rwx,g=rx,o=rx
state: directory
- name: Create other Pi-hole volume directories

View file

@ -31,7 +31,10 @@
B2_ACCOUNT_ID: "{{ secrets.restic.b2.id }}"
B2_ACCOUNT_KEY: "{{ secrets.restic.b2.key }}"
TZ: "{{ timezone }}"
volumes: "{{ backup_volumes }}"
volumes:
- "{{ services.caddy.volume }}:/mnt/volumes/caddy:ro"
- "{{ services.nextcloud.volume }}:/mnt/volumes/nextcloud:ro"
- "{{ services.emby.volume }}/programdata:/mnt/volumes/emby/programdata:ro"
prune:
image: mazzolino/restic:{{ services.restic.version }}