Skip to content
Snippets Groups Projects

ssh-server: Cleanup and Proxmox handling

Merged Thomas Schneider requested to merge th/dev into master
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -10,7 +10,7 @@
- name: ensure sshd is configured
template:
src: sshd_config_stretch.j2
src: sshd_config.j2
dest: /etc/ssh/sshd_config
owner: root
group: root
Loading