mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
257 B
YAML
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
|