This commit is contained in:
Serge Logvinov
2023-03-27 21:51:21 +03:00
parent 342187ba93
commit 0499ae0822

View File

@@ -5,9 +5,18 @@ Apply a few changes to the proxmox node.
* cpu governor to `schedutil` (by default it is `performance`)
* ipv4/v6 forwarding
Download the galaxy roles:
```shell
ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-system.git,main
ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-users.git,main
ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-iptables.git,main
```
Inventory file, set the ip here `ansible_host`
```ini
# proxmox.ini
[pve]
proxmox-1 ansible_host=1.2.3.1 ansible_ssh_user=root
proxmox-2 ansible_host=1.2.3.2 ansible_ssh_user=root