summaryrefslogtreecommitdiff
path: root/ansible/shell-shell.vm.liw.fi.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/shell-shell.vm.liw.fi.yml')
-rw-r--r--ansible/shell-shell.vm.liw.fi.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/shell-shell.vm.liw.fi.yml b/ansible/shell-shell.vm.liw.fi.yml
index 68a6db1..63b63f4 100644
--- a/ansible/shell-shell.vm.liw.fi.yml
+++ b/ansible/shell-shell.vm.liw.fi.yml
@@ -2,6 +2,7 @@
remote_user: root
roles:
- role: sane_debian_system
+ - role: sshd
- role: comfortable-debian-system
- role: unix_users
- role: linkchecker
@@ -37,3 +38,8 @@
smarthost_pass_name: pieni.net/smarthost_pass
mail_hostname: pieni.net
+
+ 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/v4 shell-shell.vm.liw.fi') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"