commited current state (new functions, may not work by now)

This commit is contained in:
Ansible Servercow
2025-10-08 09:32:02 +02:00
parent e5f83941b9
commit b21a80af07
54 changed files with 1381 additions and 74 deletions

View File

@@ -0,0 +1,16 @@
- name: "Reload Systemd Daemon"
systemd_service:
daemon_reload: true
- name: "Start Clamd Service"
systemd_service:
name: clamd
state: started
enabled: true
- name: "Start Freshclam Service"
systemd_service:
name: freshclam
state: started
enabled: true