Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkirsche/ansible-clamav

Setup ClamAV on Remote Servers
https://github.com/kkirsche/ansible-clamav

Last synced: about 1 month ago
JSON representation

Setup ClamAV on Remote Servers

Awesome Lists containing this project

README

        

# ClamAV Playbook

This playbook installs and sets up ClamAV on remote servers.

## Deployment

Before running the below commands, make sure the correct user account is selected in ./server.yml

For staging / lab deployment:

```shell
~/g/ansible-clamav ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i staging deploy.yml
```

For production / live deployment:

```shell
~/g/ansible-clamav ❯❯❯ ansible-playbook --become --become-method=su --become-user=root --ask-become-pass -i production deploy.yml
```