summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-10 20:10:22 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-10 20:10:22 +0300
commitc7d8a5c7a93ac5173f78fa09f50e415ed12f0995 (patch)
treece55d5c9e5c531d21609d391eec4502ce1e0332b
parente0ca52a81f76c2e7dce3d6fe05c1ca184ace3899 (diff)
downloadansibleness-c7d8a5c7a93ac5173f78fa09f50e415ed12f0995.tar.gz
fix: solace: get host key from sshca, not pass
Sponsored-by: author
-rw-r--r--ansible/solace.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index 3dc6b3f..1ed0e91 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -331,6 +331,6 @@
ytop
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/solace') }}"
+ sshd_host_key: "{{ lookup('pipe', 'sshca host private-key solace') }}"
sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 solace') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"