This commit is contained in:
2025-08-26 21:06:40 +02:00
parent bebdfc1eff
commit fc5d415d20
8 changed files with 30 additions and 14 deletions

View File

@@ -4,8 +4,9 @@
src: sshd_config.j2
dest: /etc/ssh/sshd_config
backup: yes
mode: '0600'
mode: "0600"
owner: root
group: root
notify: restart sshd
tags: ['ssh-config']
tags:
- ssh-config