Files
infra/ansible/inventory/host_vars/ikaros.yml
Fabio Scotto di Santolo e2e0fc8701 desktop: switch to sway as sole active session and group default
Remove i3 from desktop_sessions_enabled on ikaros, nymph, and the
desktop group_vars; set sway/wayland as default for all desktop hosts.
Copy 60-camera-priority.conf into host_sway_dotfiles on nymph so
WirePlumber camera priority is still deployed under the sway session.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 19:49:32 +02:00

42 lines
731 B
YAML

---
hostname: ikaros
desktop_sessions_enabled:
- sway
desktop_default_session: sway
desktop_default_session_env: wayland
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_i3_dotfiles:
- src: .config/autorandr/
dest: .config/autorandr/
mode: preserve
host_enabled_services:
- sshd