ansible-roles/roles/pve/vars/main.yml
2021-12-01 19:13:34 +01:00

11 lines
257 B
YAML

---
# Never manage iptables, PVE provides its own daemon
iptables_manage: False
# We most likely want to enable ip_forwarding
net_ipv4_forward: True
# root must be able to connect with ssh, and without DNS
sshd_permit_root_login: True
sshd_use_dns: False