Files
terraform-talos/proxmox/prepare/group_vars/pve.yml
2024-11-02 14:59:19 +02:00

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