refactor: update ssh_user variable to use default filter for flexibility

This commit is contained in:
= 2025-08-15 23:42:06 +02:00
parent 2568387a96
commit d80d2bb301

View file

@ -1,5 +1,5 @@
# Standard-SSH-Benutzer
ssh_user: skulladmin
ssh_user: "{{ server_user | default('skulladmin') }}"
# Platzhalter-Key
ssh_auth_keys_url: "https://skulldev.de/Skull-IT/trusted-ssh-keys/raw/branch/main/trusted-ssh-keys"