docs: support environment variables in authorized_keys file
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 18s
Lint Markdown files / markdown-lint (push) Successful in 5s

This commit is contained in:
2026-01-07 10:35:40 +01:00
parent 69491c9aa0
commit 88e9a163e1

View File

@@ -103,6 +103,9 @@ unix_users:
authorized_keys: authorized_keys:
- filename: claire@claire-pc.pub - filename: claire@claire-pc.pub
- command: /usr/local/bin/upload-file.sh - command: /usr/local/bin/upload-file.sh
environments:
- key: SSH_KEY_NAME
value: bob@bob-pc
filename: bob@bob-pc.pub filename: bob@bob-pc.pub
private_keys: private_keys:
- toor@toor-pc.ed25519.key - toor@toor-pc.ed25519.key