Add workstation YubiKey support

This commit is contained in:
Fabio Scotto di Santolo
2026-03-27 14:05:23 +01:00
parent 001cfe4e9f
commit 5112d0d73d
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
---
profile_packages:
- gnupg
- gpg-agent
- pcscd
- yubikey-manager
- pinentry-gnome3
- openssh-client
- libfido2-1
- meld
- gufw
- libreoffice
@@ -52,8 +59,13 @@ workstation_user_directories:
mode: "0755"
- path: "{{ user_home }}/.local/bin"
mode: "0755"
- path: "{{ user_home }}/.gnupg"
mode: "0700"
workstation_dotfiles:
- src: .gnupg/gpg-agent.conf
dest: .gnupg/gpg-agent.conf
mode: "0600"
- src: .gitignore_global
dest: .gitignore_global
mode: "0644"