dotfiles/inventory/servers.yml
Matej Focko d449c3ae2c
chore: add ansible inventory
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:44:13 +02:00

14 lines
226 B
YAML

---
servers:
hosts:
poincare:
maxwell:
sshd:
port: 6969
auth:
permit_root_login: "no"
password_authentication: "no"
trusted_ca: true
sign_host_keys: true