Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkirsche/ansible-clamav
- Owner: kkirsche
- Created: 2016-02-14T13:25:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T14:26:03.000Z (almost 9 years ago)
- Last Synced: 2023-03-15T06:15:39.351Z (almost 2 years ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```