Initial version of instance control and snapshot triggering

This commit is contained in:
2026-05-07 08:45:55 -07:00
parent 5eb0416a47
commit acdb4840aa
12 changed files with 228 additions and 6 deletions

View File

@@ -37,6 +37,9 @@ systemd:
- name: app.service
enabled: true
contents_local: app/app.service
- name: restic-snapshot.service
enabled: true
contents_local: app/restic-snapshot.service
- name: restic-backup.service
contents: |
[Unit]
@@ -113,6 +116,10 @@ storage:
mode: 0755
contents:
local: restic-restore.sh
- path: /restic-snapshot.sh
mode: 0755
contents:
local: restic-snapshot.sh
- path: /etc/ssh/sshd_config.d/custom.conf
overwrite: true
mode: 0600