@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
22 lines (17 loc) • 569 B
YAML
# See the defaults for OS-specific vars inside the vars/ directory.
# clamav_packages: []
# clamav_daemon_config_path: ''
clamav_daemon_configuration_changes:
- regexp: "^.*Example$"
state: absent
- regexp: "^.*LocalSocket .*$"
line: "LocalSocket {{ clamav_daemon_localsocket }}"
# clamav_daemon: 'clamav-daemon'
clamav_daemon_state: started
clamav_daemon_enabled: true
# clamav_freshclam_daemon: 'clamav-freshclam'
clamav_freshclam_daemon_state: started
clamav_freshclam_daemon_enabled: true
rkhunter_mail: root@localhost
rkhunter_diag_scan: false