Michael Grote
1763fdf1b6
Reviewed-on: #20 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
18 lines
554 B
YAML
18 lines
554 B
YAML
---
|
|
# when should cv4pve be run
|
|
cv4pve_cron_minute: "39"
|
|
cv4pve_cron_hour: "5"
|
|
# proxmox api-token and user
|
|
cv4pve_api_token: "supersecret"
|
|
cv4pve_api_user: "root@pam!test2"
|
|
# which vm to snapshot
|
|
cv4pve_vmid: all
|
|
# how many snapshots to keep
|
|
cv4pve_keep_snapshots: 3
|
|
# under which user the script is run
|
|
cv4pve_user_group: cv4pve
|
|
cv4pve_user: cv4pve
|
|
# url
|
|
cv4pve_dl_link: https://github.com/Corsinvest/cv4pve-autosnap/releases/download/{{ cv4pve_version }}/cv4pve-autosnap-linux-x64.zip
|
|
cv4pve_version: "v1.14.8"
|
|
cv4pve_base_path: /usr/local/bin/cv4pve
|