Compare commits

1 Commits
main ... fedora

Author SHA1 Message Date
cb38b759e7 feat: Add priority to deployed conf 2026-04-21 10:01:44 +02:00

View File

@@ -7,7 +7,7 @@
group: root group: root
mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r
src: security.conf.j2 src: security.conf.j2
dest: /etc/ssh/sshd_config.d/security.conf dest: /etc/ssh/sshd_config.d/90-security.conf
become: true become: true
notify: Restart ssh.service notify: Restart ssh.service
@@ -17,6 +17,6 @@
group: root group: root
mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r
src: port.conf.j2 src: port.conf.j2
dest: /etc/ssh/sshd_config.d/port.conf dest: /etc/ssh/sshd_config.d/91-port.conf
become: true become: true
notify: Restart ssh.service notify: Restart ssh.service