homeserver/roles/mgrote.cv4pve-autosnap/defaults/main.yml

15 lines
388 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
# when should cv4pve be run
2020-08-18 11:57:53 +02:00
cv4pve_cron_minute: "39"
cv4pve_cron_hour: "5"
# proxmox api-token and user
2020-08-18 11:57:53 +02:00
cv4pve_api_token: "XXXXXXXXXXXXXXXXXXXXXX"
cv4pve_api_user: "root@pam!test2"
# which vm to snapshot
2020-08-18 11:57:53 +02:00
cv4pve_vmid: all
# how many snapshots to keep
2021-02-12 22:26:26 +01:00
cv4pve_keep_snapshots: 3
# under which user the script is run
cv4pve_user_group: cv4pve
cv4pve_user: cv4pve