Files
operating-automation/roles/deploy-clamd/tasks/setup-clamav-user-group.yml
2025-10-08 09:32:02 +02:00

14 lines
226 B
YAML

- name: "Setup ClamAV Service Group"
group:
name: clamav
state: present
- name: "Setup ClamAV Service User"
user:
name: clamav
comment: ClamAV Service Account
shell: /bin/false
group: clamav