mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Use a per-host keydir
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
# TODO: Get expired certificates, and add them to certs_to_sign
|
||||
|
||||
- set_fact:
|
||||
pubkeydir: "/tmp/sshkeysign"
|
||||
pubkeydir: "/tmp/sshkeysign/{{inventory_hostname}}"
|
||||
tags:
|
||||
- basessh
|
||||
- sshd_cert
|
||||
|
||||
Reference in New Issue
Block a user