summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/solace.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index 58d6b19..af7730f 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -3,6 +3,7 @@
become: no
roles:
- role: sane_debian_system
+ - role: sshd
- role: ssd
- role: comfortable-debian-system
- role: chaoskey-host
@@ -212,3 +213,8 @@
tokei \
zoxide \
ytop
+
+ 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_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"