summaryrefslogtreecommitdiff
path: root/roles/gnupg/templates/gpg.conf.j2
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-19 08:10:23 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-19 08:10:23 +0100
commitdfd05afe7215e75ba2d34cc4cbc73ed8e10452bf (patch)
treef4875b8ff1c3d18e90e59634026c37ceb2262e27 /roles/gnupg/templates/gpg.conf.j2
parentdd308b2f8fdd6cfb2aec4778c347a7d156a0d754 (diff)
downloadAnsible-dfd05afe7215e75ba2d34cc4cbc73ed8e10452bf.tar.gz
Ansible-dfd05afe7215e75ba2d34cc4cbc73ed8e10452bf.tar.zst
Ansible-dfd05afe7215e75ba2d34cc4cbc73ed8e10452bf.zip
Change gpg sign id
Diffstat (limited to 'roles/gnupg/templates/gpg.conf.j2')
-rw-r--r--roles/gnupg/templates/gpg.conf.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/gnupg/templates/gpg.conf.j2 b/roles/gnupg/templates/gpg.conf.j2
new file mode 100644
index 0000000..a967080
--- /dev/null
+++ b/roles/gnupg/templates/gpg.conf.j2
@@ -0,0 +1,7 @@
1# Main signing key
2default-key {{ gpg_sign_id }}
3
4default-recipient-self
5encrypt-to {{ gpg_sign_id }}
6auto-key-retrieve
7no-greeting