- move ansible project within infra - introduce terraform/opentofu for proxmox VM management
		
			
				
	
	
		
			6 lines
		
	
	
		
			150 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			150 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Destroy Proxmox VMs
 | |
|   hosts: hypervisors
 | |
|   vars_files:
 | |
|     - ../secrets/vault.yaml  # Load the encrypted vault file
 | |
|   roles:
 | |
|     - destroy-vms |