summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-01 16:35:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-01 16:35:49 +0300
commit2a848df6fce8b11653c37dc11414bf76981b283e (patch)
tree1ba092a01a1ea362c65e3b27cc13c85e77d12218
parent68a191a10b629cb344cf7e5c7e828da76f21b0e6 (diff)
downloadansibleness-2a848df6fce8b11653c37dc11414bf76981b283e.tar.gz
fix: use --ca option for sshca host certify
Sponsored-by: author
-rw-r--r--ansible/atuin.liw.fi.yml4
-rw-r--r--ansible/exolobe1.yml2
-rw-r--r--ansible/exolobe2.yml2
-rw-r--r--ansible/holywood2.yml2
-rw-r--r--ansible/http.liw.fi.yml2
-rw-r--r--ansible/irc.liw.fi.yml2
-rw-r--r--ansible/qotom.yml2
-rw-r--r--ansible/shell-shell.vm.liw.fi.yml2
-rw-r--r--ansible/solace.yml2
-rw-r--r--ansible/stamina.yml2
-rw-r--r--ansible/x220.yml2
11 files changed, 12 insertions, 12 deletions
diff --git a/ansible/atuin.liw.fi.yml b/ansible/atuin.liw.fi.yml
index ebc285d..6aaf296 100644
--- a/ansible/atuin.liw.fi.yml
+++ b/ansible/atuin.liw.fi.yml
@@ -79,7 +79,7 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key atuin.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 atuin.liw.fi') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 atuin.liw.fi') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
- hosts: nalanda
@@ -209,7 +209,7 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key nalanda.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 nalanda.liw.fi') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 nalanda.liw.fi') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
# - hosts: gregvm
diff --git a/ansible/exolobe1.yml b/ansible/exolobe1.yml
index 0c159b0..de1ba5f 100644
--- a/ansible/exolobe1.yml
+++ b/ansible/exolobe1.yml
@@ -237,7 +237,7 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key exolobe1') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 exolobe1') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 exolobe1') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
rustup_cargo_install: |
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index 6dfc1bd..a19b40b 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -51,5 +51,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key exolobe2') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 exolobe2') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 exolobe2') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index 9441609..e63a38c 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -53,5 +53,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key holywood2') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 holywood2') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 holywood2') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/http.liw.fi.yml b/ansible/http.liw.fi.yml
index f40c078..2289314 100644
--- a/ansible/http.liw.fi.yml
+++ b/ansible/http.liw.fi.yml
@@ -286,5 +286,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key http.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 http.liw.fi') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 http.liw.fi') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/irc.liw.fi.yml b/ansible/irc.liw.fi.yml
index 0c24437..775e2d2 100644
--- a/ansible/irc.liw.fi.yml
+++ b/ansible/irc.liw.fi.yml
@@ -31,5 +31,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key irc.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 irc.liw.fi') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 irc.liw.fi') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/qotom.yml b/ansible/qotom.yml
index a716fed..f36cb60 100644
--- a/ansible/qotom.yml
+++ b/ansible/qotom.yml
@@ -21,6 +21,6 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key qotom') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 qotom') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 qotom') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/shell-shell.vm.liw.fi.yml b/ansible/shell-shell.vm.liw.fi.yml
index 0d7deb1..0f01bd0 100644
--- a/ansible/shell-shell.vm.liw.fi.yml
+++ b/ansible/shell-shell.vm.liw.fi.yml
@@ -41,5 +41,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key shell-shell.vm.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 shell-shell.vm.liw.fi') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 shell-shell.vm.liw.fi') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/solace.yml b/ansible/solace.yml
index cb97afb..6549a46 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -107,5 +107,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key solace') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 solace') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host --ca certify liw.fi/ca/host/v5 solace') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/stamina.yml b/ansible/stamina.yml
index dfd70b5..2ccb593 100644
--- a/ansible/stamina.yml
+++ b/ansible/stamina.yml
@@ -170,5 +170,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key stamina') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 stamina') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 stamina') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
diff --git a/ansible/x220.yml b/ansible/x220.yml
index 2e917cc..b65bc1f 100644
--- a/ansible/x220.yml
+++ b/ansible/x220.yml
@@ -54,7 +54,7 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key x220') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 x220') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 x220') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
puomi_lan_ip: 10.3.3.1