Files
infra/ansible/inventory/host_vars/ikaros.yml
2026-07-11 22:04:22 +02:00

31 lines
532 B
YAML

---
hostname: ikaros
host_packages:
- openssh
- mesa-dri
- vulkan-loader
- mesa-vulkan-radeon
- mesa-vaapi
- xf86-video-amdgpu
host_ufw_rules:
- rule: allow
port: "22"
proto: tcp
src: "192.168.0.0/24"
host_sshd_settings:
PermitRootLogin: "no"
PubkeyAuthentication: "yes"
PasswordAuthentication: "no"
KbdInteractiveAuthentication: "no"
host_sshd_allow_users:
- "{{ username }}"
host_authorized_ssh_keys: "{{ vault_ikaros_authorized_ssh_keys | default([]) }}"
host_enabled_services:
- sshd