feat(security): update / install clamav only if desired version and installed version differs
This commit is contained in:
parent
31e40cc47a
commit
e52f87a448
3 changed files with 12 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
|||
custom_base_user_account: "{{ vault_custom_base_user_account }}"
|
||||
custom_github_token: "{{ vault_custom_github_token | default('') }}"
|
||||
|
||||
# security parameters
|
||||
security_clamav_version: 1.3.1
|
||||
|
||||
# global (hosts' system parameters)
|
||||
## TODO: move to a CMDB
|
||||
global_dns_type: "dot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue