mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added gpg pinentry config
This commit is contained in:
parent
6f78d5fd01
commit
e0312206b1
3
TODO.md
3
TODO.md
@ -6,7 +6,8 @@
|
|||||||
- [ ] gopass
|
- [ ] gopass
|
||||||
- [ ] create issue about autoclip not working with wayland
|
- [ ] create issue about autoclip not working with wayland
|
||||||
- [x] wofi menu with sway keybind
|
- [x] wofi menu with sway keybind
|
||||||
- [ ] gopass fills user
|
- [ ] gopass fills user, autotype multiple fields
|
||||||
|
- [ ] otp test
|
||||||
- [ ] neomutt
|
- [ ] neomutt
|
||||||
|
|
||||||
### TOFIX
|
### TOFIX
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
- role: gtk
|
- role: gtk
|
||||||
tags: gtk
|
tags: gtk
|
||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
|
- role: gpg
|
||||||
|
tags: gpg
|
||||||
|
when: ansible_user_id != 'root'
|
||||||
- role: sway
|
- role: sway
|
||||||
tags: sway
|
tags: sway
|
||||||
when: ansible_user_id != 'root'
|
when: ansible_user_id != 'root'
|
||||||
|
1
roles/gpg/files/gpg-agent.conf
Normal file
1
roles/gpg/files/gpg-agent.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
pinentry-program /bin/pinentry-gtk-2
|
5
roles/gpg/tasks/main.yml
Normal file
5
roles/gpg/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: configure gtk pinentry
|
||||||
|
copy:
|
||||||
|
src: gpg-agent.conf
|
||||||
|
dest: ~/.gnupg
|
Loading…
Reference in New Issue
Block a user