mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-10-31 02:08:32 +00:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| # Proxmox | ||||
| # Proxmox hypervisor | ||||
|  | ||||
| Apply a few changes to the proxmox node. | ||||
| * ipv4 NAT | ||||
| * cpu governor to `schedutil` (by default it is `performance`) | ||||
| * ipv4/v6 forwarding | ||||
|  | ||||
| Download the galaxy roles: | ||||
| 1. Download the galaxy roles: | ||||
|  | ||||
| ```shell | ||||
| ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-system.git,main | ||||
| @@ -13,7 +13,7 @@ ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-us | ||||
| ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-iptables.git,main | ||||
| ``` | ||||
|  | ||||
| Inventory file, set the ip here `ansible_host` | ||||
| 2. Update I=inventory file, set the ip here `ansible_host` | ||||
|  | ||||
| ```ini | ||||
| # proxmox.ini | ||||
| @@ -22,7 +22,7 @@ proxmox-1       ansible_host=1.2.3.1 ansible_ssh_user=root | ||||
| proxmox-2       ansible_host=1.2.3.2 ansible_ssh_user=root | ||||
| ``` | ||||
|  | ||||
| Apply optimizations: | ||||
| 3. Apply optimizations: | ||||
|  | ||||
| ```shell | ||||
| make prepare | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Serge Logvinov
					Serge Logvinov