Starting to convert to playbook: Added gnupg role
This commit is contained in:
7
roles/gnupg/templates/gpg-agent.conf.j2
Normal file
7
roles/gnupg/templates/gpg-agent.conf.j2
Normal file
@ -0,0 +1,7 @@
|
||||
default-cache-ttl {{ gpg_cache_ttl }}
|
||||
default-cache-ttl-ssh {{ gpg_cache_ttl_ssh }}
|
||||
max-cache-ttl {{ gpg_cache_ttl }}
|
||||
max-cache-ttl-ssh {{ gpg_cache_ttl_ssh }}
|
||||
no-allow-external-cache
|
||||
enable-ssh-support
|
||||
ignore-cache-for-signing
|
Reference in New Issue
Block a user