mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 09:32:39 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user