GPG: Complete autogeneration of all configs
This commit is contained in:
parent
51339f42b0
commit
4c2564cd21
@ -29,9 +29,9 @@
|
|||||||
dest: "{{ gpg_folder }}/sshcontrol"
|
dest: "{{ gpg_folder }}/sshcontrol"
|
||||||
|
|
||||||
- name: Copy gnupg_agent script, which makes gpg-agent responsible for ssh-auth
|
- name: Copy gnupg_agent script, which makes gpg-agent responsible for ssh-auth
|
||||||
copy:
|
template:
|
||||||
src: gpg_agent.j2
|
src: gnupg_agent.j2
|
||||||
dest: "{{ gpg_folder }}/gpg_agent"
|
dest: "{{ gpg_folder }}/gnupg_agent"
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
# flags. Prepend the keygrip with an '!' mark to disable it.
|
# flags. Prepend the keygrip with an '!' mark to disable it.
|
||||||
|
|
||||||
{% for keygrip in gpg_keygrips %}
|
{% for keygrip in gpg_keygrips %}
|
||||||
{{ gpg_keygrips.keygrip }}
|
{{ keygrip }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user