restic rest server configuration

This commit is contained in:
Jef Roosens 2026-04-20 21:57:58 +02:00
parent fcd36a1035
commit 5f4d69ff17
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 136 additions and 55 deletions

View file

@ -0,0 +1,7 @@
---
- name: 'restart restic-rest-server'
ansible.builtin.service:
name: 'restic-rest-server'
state: 'restarted'
daemon_reload: true