This commit is contained in:
2022-04-11 12:20:12 +00:00
commit 5ac9ed8242
18 changed files with 846 additions and 0 deletions

View File

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