commited current state (new functions, may not work by now)
This commit is contained in:
12
roles/deploy-clamd/tasks/main.yml
Normal file
12
roles/deploy-clamd/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Install ClamAV Dependencies
|
||||
import_tasks: install-dependencies.yml
|
||||
when: ansible_facts['os_family']|lower == 'debian'
|
||||
|
||||
- name: Setup ClamAV Service User/Group
|
||||
import_tasks: setup-clamav-user-group.yml
|
||||
|
||||
- name: Compile ClamAV
|
||||
import_tasks: compile-clamav.yml
|
||||
|
||||
- name: Configure ClamAV
|
||||
import_tasks: configure-clamav.yml
|
||||
Reference in New Issue
Block a user