summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-01 16:18:17 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-01 16:18:17 +0300
commit37710d4402107acac363fbed4a00329aa5eb6c7b (patch)
treeb46e4ca34f402e6ce31c49ddd6e5c340616fe127
parent73fdb4b7941d20a3d0ba4f2caf4d16c4ba664e06 (diff)
downloadansibleness-37710d4402107acac363fbed4a00329aa5eb6c7b.tar.gz
stamina: get host key from sshca, not pass
Sponsored-by: author
-rw-r--r--ansible/stamina.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/stamina.yml b/ansible/stamina.yml
index 10b3db7..8d7b2ae 100644
--- a/ansible/stamina.yml
+++ b/ansible/stamina.yml
@@ -176,6 +176,6 @@
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/stamina') }}"
+ sshd_host_key: "{{ lookup('pipe', 'sshca host private-key stamina') }}"
sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 stamina') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"