first commit

This commit is contained in:
sujiba 2024-09-17 00:49:08 +02:00
commit b2deebfffc
9 changed files with 234 additions and 0 deletions

6
handlers/main.yml Normal file
View file

@ -0,0 +1,6 @@
---
# handlers file for ssh
- name: Reload SSH
ansible.builtin.service:
name: sshd
state: reloaded