Use a per-host keydir
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d73314a5a3
commit
2aeb91e62f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
# TODO: Get expired certificates, and add them to certs_to_sign
|
# TODO: Get expired certificates, and add them to certs_to_sign
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
pubkeydir: "/tmp/sshkeysign"
|
pubkeydir: "/tmp/sshkeysign/{{inventory_hostname}}"
|
||||||
tags:
|
tags:
|
||||||
- basessh
|
- basessh
|
||||||
- sshd_cert
|
- sshd_cert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue