summaryrefslogtreecommitdiff
path: root/ansible/python-mess.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-01 18:04:38 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-01 18:04:38 +0300
commit1f92937db83f5364fca213868345fbb3f77f3ae7 (patch)
tree19ec20ecec74c13002b069d85c723dbd7ec21b42 /ansible/python-mess.yml
parent37710d4402107acac363fbed4a00329aa5eb6c7b (diff)
downloadansibleness-1f92937db83f5364fca213868345fbb3f77f3ae7.tar.gz
VMs on stamina: disable authorized_keys files
Sponsored-by: author
Diffstat (limited to 'ansible/python-mess.yml')
-rw-r--r--ansible/python-mess.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/ansible/python-mess.yml b/ansible/python-mess.yml
index 9c3abb4..3cbdc91 100644
--- a/ansible/python-mess.yml
+++ b/ansible/python-mess.yml
@@ -4,8 +4,8 @@
roles:
- role: sane_debian_system
tags: [sane]
- # - role: sshd
- # tags: [sshd]
+ - role: sshd
+ tags: [sshd]
- role: comfortable-debian-system
tags: [comfy]
- role: unix_users
@@ -38,6 +38,4 @@
sudo: yes
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key python-mess') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 python-mess') }}"
- sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"
+ sshd_allow_authorized_keys: yes