summaryrefslogtreecommitdiff
path: root/roles/gnupg/templates/systemd
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-02 17:03:49 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-02 17:03:49 +0100
commit397c4fed757d201af627636822981e85e84ea572 (patch)
treed6733d4022bf04784be84581f6c16e96a1b229e8 /roles/gnupg/templates/systemd
downloadAnsible-397c4fed757d201af627636822981e85e84ea572.tar.gz
Ansible-397c4fed757d201af627636822981e85e84ea572.tar.zst
Ansible-397c4fed757d201af627636822981e85e84ea572.zip
Validation initiale
Diffstat (limited to 'roles/gnupg/templates/systemd')
-rw-r--r--roles/gnupg/templates/systemd/dirmngr.conf.j23
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-browser.conf.j23
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-extra.conf.j23
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j23
-rw-r--r--roles/gnupg/templates/systemd/gpg-agent.conf.j23
5 files changed, 15 insertions, 0 deletions
diff --git a/roles/gnupg/templates/systemd/dirmngr.conf.j2 b/roles/gnupg/templates/systemd/dirmngr.conf.j2
new file mode 100644
index 0000000..9083ab5
--- /dev/null
+++ b/roles/gnupg/templates/systemd/dirmngr.conf.j2
@@ -0,0 +1,3 @@
1[Socket]
2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.dirmngr
diff --git a/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2
new file mode 100644
index 0000000..61ddeb6
--- /dev/null
+++ b/roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2
@@ -0,0 +1,3 @@
1[Socket]
2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.browser
diff --git a/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2
new file mode 100644
index 0000000..f34606c
--- /dev/null
+++ b/roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2
@@ -0,0 +1,3 @@
1[Socket]
2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.extra
diff --git a/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2
new file mode 100644
index 0000000..b7cd0c2
--- /dev/null
+++ b/roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2
@@ -0,0 +1,3 @@
1[Socket]
2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent.ssh
diff --git a/roles/gnupg/templates/systemd/gpg-agent.conf.j2 b/roles/gnupg/templates/systemd/gpg-agent.conf.j2
new file mode 100644
index 0000000..666c22e
--- /dev/null
+++ b/roles/gnupg/templates/systemd/gpg-agent.conf.j2
@@ -0,0 +1,3 @@
1[Socket]
2ListenStream=
3ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent