refactor: update ssh_user variable to use default filter for flexibility
This commit is contained in:
parent
2568387a96
commit
d80d2bb301
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue