commited current state (new functions, may not work by now)
This commit is contained in:
13
roles/deploy-clamd/tasks/setup-clamav-user-group.yml
Normal file
13
roles/deploy-clamd/tasks/setup-clamav-user-group.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user