This commit is contained in:
Serge Logvinov
2023-03-27 22:07:06 +03:00
parent 0499ae0822
commit 702b918f7d

View File

@@ -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