infra: introduce terraform/opentofu for proxmox management
- move ansible project within infra - introduce terraform/opentofu for proxmox VM management
This commit is contained in:
		
							
								
								
									
										11
									
								
								infra/ansible/roles/configure-vms/tasks/main.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								infra/ansible/roles/configure-vms/tasks/main.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,11 @@ | ||||
| --- | ||||
| - name: Update apt cache | ||||
|   ansible.builtin.apt: | ||||
|     update_cache: yes | ||||
|   become: true | ||||
|  | ||||
| - name: Install necessary packages | ||||
|   ansible.builtin.apt: | ||||
|     name: "{{ apt_packages }}" | ||||
|     state: present | ||||
|   become: true | ||||
		Reference in New Issue
	
	Block a user