8 lines
222 B
YAML
8 lines
222 B
YAML
# Standard-SSH-Benutzer
|
|
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"
|
|
|
|
# SSH-Port
|
|
ssh_port: 22
|