feat: add password for twirre user

This commit is contained in:
Twirre Meulenbelt
2026-04-22 18:48:28 +02:00
parent d8f4307969
commit 6939f40a9f
4 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ ssh_admin_users:
- name: twirre
shell: /bin/bash
groups: "{{ ssh_admin_groups }}"
password: "{{ vault_twirre_password_hash }}"
authorized_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKSmroAJ4SDziZtwg+PCNITuhPim8oseq/sNwW0jTLJc twirre@gwen
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIfapo7P0vmwkTdD9kkHaalk9U+JYIZuCp/hFTnPRqTp twirre@ben

View File

@@ -15,6 +15,10 @@ vault_gitea_secret_key: REPLACE_ME
vault_gitea_internal_token: REPLACE_ME
vault_gitea_lfs_jwt_secret: REPLACE_ME
# Store a hash here, not the plaintext password.
# Generate a SHA-512 password hash with: `openssl passwd -6`
vault_twirre_password_hash: REPLACE_ME
vault_mailserver_accounts: |
# One account per line: email|{SCHEME}hashed-password
# Example: