testing new proxmox logic
This commit is contained in:
17
roles/proxmox_restore/defaults/main.yml
Normal file
17
roles/proxmox_restore/defaults/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# proxmox_restore — defaults
|
||||
# =============================================================================
|
||||
|
||||
# State file directory (must match drain_state_dir)
|
||||
restore_state_dir: "/tmp/proxmox_drain_state"
|
||||
|
||||
# If true, delete the state file after successful restore
|
||||
restore_cleanup_state_file: true
|
||||
|
||||
# Timeout waiting for VM to start on restored node
|
||||
restore_vm_start_timeout: 120
|
||||
|
||||
# API connection (inherited from inventory)
|
||||
api_port: 8006
|
||||
validate_certs: false
|
||||
Reference in New Issue
Block a user