more stuff
This commit is contained in:
3
roles/fedora_setup/files/gnupg/gpg-agent.conf
Normal file
3
roles/fedora_setup/files/gnupg/gpg-agent.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
pinentry-program /usr/bin/pinentry
|
||||
default-cache-ttl 7200
|
||||
max-cache-ttl 7200
|
||||
@@ -158,3 +158,11 @@
|
||||
mode: '0644'
|
||||
directory_mode: '0755'
|
||||
tags: fonts
|
||||
|
||||
- name: Configure gpg-agent
|
||||
copy:
|
||||
src: gnupg
|
||||
dest: "{{ lookup('env', 'HOME') }}/.gnupg"
|
||||
mode: '0644'
|
||||
directory_mode: '0700'
|
||||
tags: gpg
|
||||
|
||||
@@ -33,6 +33,7 @@ packages:
|
||||
- keychain
|
||||
- tldr
|
||||
- gnupg2
|
||||
- pinentry
|
||||
- trash-cli
|
||||
- htop
|
||||
- mpv
|
||||
|
||||
Reference in New Issue
Block a user