mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add workstation YubiKey support
This commit is contained in:
2
TODOs.md
2
TODOs.md
@@ -9,6 +9,4 @@
|
||||
- [x] installare podman
|
||||
- [x] scaricare la posta
|
||||
- [x] init mu per la ricerca
|
||||
- [ ] aggiungere chiavi gpg nel vault per ripristino dopo reinstallazione
|
||||
- [ ] aggiungere chiavi ssh nel vault per ripristino dopo reinstallazione
|
||||
- [ ] configurare GNOME
|
||||
|
||||
@@ -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"
|
||||
|
||||
3
dotfiles/workstation/.gnupg/gpg-agent.conf
Normal file
3
dotfiles/workstation/.gnupg/gpg-agent.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
pinentry-program /usr/bin/pinentry-gnome3
|
||||
default-cache-ttl 600
|
||||
max-cache-ttl 7200
|
||||
Reference in New Issue
Block a user