summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-16 11:41:13 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-16 11:41:13 +0300
commit5c8994f5e2ac8187f2c7b7a4ba635216bb886871 (patch)
tree5ee7e35acfb8e8c046b44cd3f461c2c8707ba59c
parent2849199c94e24902263117498638a9162ba61bba (diff)
downloadansibleness-5c8994f5e2ac8187f2c7b7a4ba635216bb886871.tar.gz
holywood2: set host certificate
Sponsored-by: author
-rw-r--r--ansible/holywood2.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index afc95a0..fc3101c 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -2,6 +2,7 @@
remote_user: root
roles:
- sane_debian_system
+ - sshd
- ssd
- comfortable-debian-system
- version-controller
@@ -48,3 +49,8 @@
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
letsencrypt: no
+
+ 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/v3 holywood2') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"