Initial version of instance control and snapshot triggering
This commit is contained in:
7
cl.yaml
7
cl.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user