From 397c4fed757d201af627636822981e85e84ea572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 2 Nov 2018 17:03:49 +0100 Subject: Validation initiale --- roles/gnupg/templates/systemd/dirmngr.conf.j2 | 3 +++ roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2 | 3 +++ roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2 | 3 +++ roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2 | 3 +++ roles/gnupg/templates/systemd/gpg-agent.conf.j2 | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 roles/gnupg/templates/systemd/dirmngr.conf.j2 create mode 100644 roles/gnupg/templates/systemd/gpg-agent-browser.conf.j2 create mode 100644 roles/gnupg/templates/systemd/gpg-agent-extra.conf.j2 create mode 100644 roles/gnupg/templates/systemd/gpg-agent-ssh.conf.j2 create mode 100644 roles/gnupg/templates/systemd/gpg-agent.conf.j2 (limited to 'roles/gnupg/templates/systemd') 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 @@ +[Socket] +ListenStream= +ListenStream=%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 @@ +[Socket] +ListenStream= +ListenStream=%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 @@ +[Socket] +ListenStream= +ListenStream=%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 @@ +[Socket] +ListenStream= +ListenStream=%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 @@ +[Socket] +ListenStream= +ListenStream=%t/gnupg/{{ gnupg_runtime_dir_cmd.get('stdout', debug_gnupg_runtime_dir) }}/S.gpg-agent -- cgit v1.2.3