1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-24 06:03:22 +02:00
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