nog een update

This commit is contained in:
2025-01-05 20:12:01 +01:00
parent 82869dcb32
commit 77f9b802e9
10 changed files with 143 additions and 78 deletions
+13
View File
@@ -0,0 +1,13 @@
- name: restart sshd
ansible.builtin.service:
name: ssh
state: restarted
- name: restart docker
service:
name: docker
state: restarted
- name: reload systemd
systemd:
daemon_reload: yes