initial working commit

This commit is contained in:
2022-10-16 18:54:37 -04:00
commit 1505e39da7
13 changed files with 396 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: restart ssh service - Debian
ansible.builtin.systemd:
state: restarted
name: ssh
- name: restart ssh service - RedHat
ansible.builtin.systemd:
state: restarted
name: sshd