Update to 2024-03-19 12:01

This commit is contained in:
Daniel Berteaud
2024-03-19 12:01:02 +01:00
parent 19d0abd6b7
commit 851d15f0e5
4 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
---
- name: Deploy sshd configuration
template: src=sshd_config.j2 dest=/etc/ssh/sshd_config
template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
validate: sshd -t -f %s
notify: restart sshd
tags: ssh