Skip to content

ansible-roles/ansible-role-clamav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible role to install clamav antivirus and optionally ClamTK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages