summaryrefslogtreecommitdiff
path: root/ansible/web.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/web.yml
parent37710d4402107acac363fbed4a00329aa5eb6c7b (diff)
downloadansibleness-1f92937db83f5364fca213868345fbb3f77f3ae7.tar.gz
VMs on stamina: disable authorized_keys files
Sponsored-by: author
Diffstat (limited to 'ansible/web.yml')
-rw-r--r--ansible/web.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/web.yml b/ansible/web.yml
index ad17168..26f0602 100644
--- a/ansible/web.yml
+++ b/ansible/web.yml
@@ -3,6 +3,8 @@
become: yes
roles:
- role: sane_debian_system
+ - role: sshd
+ tags: [sshd]
- role: unix_users
- role: self-updating-system
tasks:
@@ -108,3 +110,5 @@
- username: _ewww
comment: Static web site content
+ sshd_version: 1
+ sshd_allow_authorized_keys: yes