ansible-roles.clamav
ansible-role-clamav
Ansible role to install clamav antivirus and optionally ClamTK
Installation
Via galaxy
ansible-galaxy install igor_mukhin.clamav
Manually
cd /path/to/roles
git clone https://github.com/ansible-roles/ansible-role-clamav.git igor_mukhin.clamav
Example playbook
Minimal example
- hosts: all
roles:
- igor_mukhin.clamav
Install with ClamTK GUI for Ubuntu 13/14
- hosts: all
vars:
clamav_clamtk_install: true
roles:
- igor_mukhin.clamav
Install with ClamTK GUI for Ubuntu 12
- hosts: all
vars:
clamav_clamtk_install: true
clamav_clamtk_url: "https://bitbucket.org/dave_theunsub/clamtk-legacy/downloads/clamtk_5.15-1.legacy_all.deb"
roles:
- igor_mukhin.clamav
What if you using KDE?
- hosts: all
vars:
clamav_clamtk_install: true
# Specify KDE GUI package URL:
clamav_clamtk_url: https://bitbucket.org/dave_theunsub/clamtk-kde/downloads/clamtk-kde_0.16-1_all.deb
roles:
- igor_mukhin.clamav
Testing
cd tests && vagrant up
License
MIT
Install
ansible-galaxy install ansible-roles.clamavLicense
Unknown
Downloads
140
Owner
