summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-28 09:46:48 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-28 09:46:48 +0300
commit19f5e9a6fe86fce2f1918024ef797de0e7b569ed (patch)
tree9bf489353104749580d165c781093142ea6dd5d3 /ansible/solace.yml
parente49a4adf42b8f11877eb7033092d2a1a0a3a275d (diff)
downloadansibleness-19f5e9a6fe86fce2f1918024ef797de0e7b569ed.tar.gz
fix: use new SSH CA for hosts
This one doesn't require pressing a U2F token button five times per host, because Ansible evaluates variable values at the time of use. Sponsored-by: author
Diffstat (limited to 'ansible/solace.yml')
-rw-r--r--ansible/solace.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index db09be9..4f01178 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -330,5 +330,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/solace') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v3 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') }}"