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