Added ssh configuration

This commit is contained in:
2021-12-19 16:10:24 +00:00
parent 99597b4e30
commit e6cb514231
3 changed files with 14 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
- name: Reload sshd
ansible.builtin.service:
name: sshd
state: restarted