分叉自 cisti/infra
11 行
無檔案結尾符
195 B
YAML
11 行
無檔案結尾符
195 B
YAML
---
|
|
dependencies:
|
|
|
|
# install nodejs
|
|
- role: stable/nodejs
|
|
|
|
# backup sqlitedb, certs, etc
|
|
- role: stable/restic
|
|
when: with_backup | bool
|
|
vars:
|
|
restic_folders: ['/srv/murmur'] |