Remove duplicati
We're a restic shop now!
This commit is contained in:
parent
51b3ffd33a
commit
9c2ebd60e8
4 changed files with 0 additions and 39 deletions
|
@ -49,7 +49,6 @@
|
|||
roles:
|
||||
- pve_docker
|
||||
- gitea
|
||||
- duplicati
|
||||
- yourls
|
||||
- pve_nebula_route
|
||||
- privatebin
|
||||
|
@ -84,7 +83,6 @@
|
|||
roles:
|
||||
- nebula
|
||||
- upload
|
||||
- duplicati
|
||||
- plausible
|
||||
- pages
|
||||
- restic
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
duplicati:
|
||||
image: linuxserver/duplicati:version-v2.0.5.1-2.0.5.1_beta_2020-01-18
|
||||
hostname: "{{ ansible_hostname }}"
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ={{ TZ }}
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./restore:/restore
|
||||
- /:/source:ro
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "{{ private_ip }}:8200:8200"
|
|
@ -1,4 +0,0 @@
|
|||
- name: restart duplicati
|
||||
shell:
|
||||
chdir: /opt/duplicati
|
||||
cmd: "{{ docker_update_command }}"
|
|
@ -1,17 +0,0 @@
|
|||
- name: Create duplicati directory
|
||||
file:
|
||||
path: /opt/duplicati
|
||||
state: directory
|
||||
owner: "{{ docker_user.name }}"
|
||||
mode: "{{ docker_compose_directory_mask }}"
|
||||
become: true
|
||||
|
||||
- name: Install duplicati compose file
|
||||
template:
|
||||
src: files/docker-compose.yml
|
||||
dest: /opt/duplicati/docker-compose.yml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
validate: docker-compose -f %s config
|
||||
notify: restart duplicati
|
||||
become: true
|
Loading…
Reference in a new issue