mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +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`)
|
* cpu governor to `schedutil` (by default it is `performance`)
|
||||||
* ipv4/v6 forwarding
|
* 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`
|
Inventory file, set the ip here `ansible_host`
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
# proxmox.ini
|
||||||
[pve]
|
[pve]
|
||||||
proxmox-1 ansible_host=1.2.3.1 ansible_ssh_user=root
|
proxmox-1 ansible_host=1.2.3.1 ansible_ssh_user=root
|
||||||
proxmox-2 ansible_host=1.2.3.2 ansible_ssh_user=root
|
proxmox-2 ansible_host=1.2.3.2 ansible_ssh_user=root
|
||||||
|
|||||||
Reference in New Issue
Block a user