sshd config working

This commit is contained in:
2026-09-08 16:56:50 -04:00
parent ba0572f559
commit 18233ebf74
12 changed files with 250 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
#code: language=ansible
- name: Restart sshd
ansible.builtin.systemd_service:
daemon_reload: true
name: sshd.service
scope: system
state: restarted
- name: Restart systemd-networkd
ansible.builtin.systemd_service:
name: systemd-networkd.service
scope: system
state: restarted