Skip to content
Snippets Groups Projects
Commit 31c30d52 authored by jurgenhaas's avatar jurgenhaas
Browse files

SV-49535 Ongoing Ansible IMprovements: improve serverdensitiy alert config

parent bb73cf7e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ sd_api_token: ''
sd_api_cache_file: false
sd_agent_key: ''
sd_logging_level: 'info'
sd_alert_cleanup: true
sd_force_update: true
sd_plugins: []
sd_groups:
apache: 'none'
......
......@@ -5,8 +5,8 @@
local_action:
serverdensity
api_token={{sd_api_token}}
cleanup=true
force=true
cleanup={{sd_alert_cleanup}}
force={{ sd_force_update }}
cache={{sd_api_cache_file}}
- name: 'ServerDensity | Install Public Repo Key'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment