mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
Ansible config for hetzner mailserver
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Deploy hardened sshd config
|
||||
ansible.builtin.template:
|
||||
src: sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0600"
|
||||
validate: "sshd -t -f %s"
|
||||
notify: restart sshd
|
||||
Reference in New Issue
Block a user