forked from data.coop/ansible
Lint
This commit is contained in:
parent
814a268965
commit
439a538c14
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
- name: setup restic backup
|
||||
- name: Setup restic backup
|
||||
when: not vagrant
|
||||
docker_compose:
|
||||
project_name: restic_backup
|
||||
pull: yes
|
||||
pull: true
|
||||
definition:
|
||||
version: '3.6'
|
||||
services:
|
||||
|
@ -27,7 +28,7 @@
|
|||
TZ: Europe/Copenhagen
|
||||
volumes:
|
||||
- /docker-volumes:/mnt/volumes:ro
|
||||
|
||||
|
||||
restic-prune:
|
||||
image: "mazzolino/restic:1.6.0"
|
||||
environment:
|
||||
|
@ -36,4 +37,3 @@
|
|||
RESTIC_REPOSITORY: "rest:https://{{ restic.user }}:{{ restic_secrets.user_password }}@{{ restic.domain }}/{{ restic.repository }}"
|
||||
RESTIC_PASSWORD: "{{ restic_secrets.repository_password }}"
|
||||
TZ: Europe/copenhagen
|
||||
when: not vagrant
|
||||
|
|
Loading…
Reference in a new issue