Exclude specified nodes/VMs from image backups

This commit is contained in:
Râu Cao
2023-07-25 16:38:55 +02:00
parent a85bbc4a3e
commit 9568b7072d
3 changed files with 13 additions and 0 deletions

View File

@@ -8,3 +8,5 @@ node.default["kosmos_kvm"]["host"]["qemu_base_image"] = {
# A systemd.timer OnCalendar config value
node.default["kosmos_kvm"]["backup"]["schedule"] = "daily"
# Node/VM names excluded from backups
node.default["kosmos_kvm"]["backup"]["nodes_excluded"] = []