summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-18 06:40:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-18 06:40:27 +0300
commit146d3f446353a2af73651b4779df87b975c27740 (patch)
tree4ef251e50242680c6b61c92e9fff2e44b330a1b6
parent789f8349d63c6e94d6013c400f52f415f992b780 (diff)
downloadansibleness-146d3f446353a2af73651b4779df87b975c27740.tar.gz
exolob2, solace: use default sshd_* vars
Sponsored-by: author
-rw-r--r--ansible/exolobe2.yml3
-rw-r--r--ansible/solace.yml3
2 files changed, 0 insertions, 6 deletions
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index a19b40b..9f3617a 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -50,6 +50,3 @@
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key 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/solace.yml b/ansible/solace.yml
index 8b18d29..0118092 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -111,6 +111,3 @@
ytop
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key solace') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 solace') }}"
- sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"