summaryrefslogtreecommitdiff
path: root/ansible/stamina.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/stamina.yml')
-rw-r--r--ansible/stamina.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/stamina.yml b/ansible/stamina.yml
index 024ad39..44ebde9 100644
--- a/ansible/stamina.yml
+++ b/ansible/stamina.yml
@@ -2,6 +2,7 @@
remote_user: root
roles:
- sane_debian_system
+ - sshd
- ssd
- comfortable-debian-system
- self-updating-system
@@ -173,3 +174,8 @@
smarthost: pieni.net
smarthost_user: pienirelay
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
+
+ sshd_version: 1
+ sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/stamina') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v3 stamina') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"