mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 01:22:29 +00:00
29 lines
674 B
YAML
29 lines
674 B
YAML
---
|
|
|
|
system_cpufrequtils_governor: schedutil
|
|
system_packages:
|
|
- tcpdump
|
|
- htop
|
|
- iftop
|
|
system_sshd_tcpforward: true
|
|
system_sshd_acceptenv: LC_PVE_TICKET
|
|
system_sysctl:
|
|
- { name: net.ipv4.ip_forward, value: 1 }
|
|
- { name: net.ipv6.conf.all.forwarding, value: 1 }
|
|
- { name: net.ipv6.conf.all.autoconf, value: 0 }
|
|
- { name: net.ipv6.conf.all.accept_ra, value: 0 }
|
|
|
|
- { name: kernel.sched_autogroup_enabled, value: 0 }
|
|
|
|
#
|
|
|
|
dnsmasq_configs: ["proxmox"]
|
|
dnsmasq_interfaces: ["vmbr0"]
|
|
|
|
#
|
|
|
|
iptables_apply_changes: false
|
|
iptables_configuration_template: iptables_proxmox.j2
|
|
iptables6_configuration_template: iptables6_proxmox.j2
|
|
iptables_nat_enabled: true
|