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: '' ...@@ -6,6 +6,8 @@ sd_api_token: ''
sd_api_cache_file: false sd_api_cache_file: false
sd_agent_key: '' sd_agent_key: ''
sd_logging_level: 'info' sd_logging_level: 'info'
sd_alert_cleanup: true
sd_force_update: true
sd_plugins: [] sd_plugins: []
sd_groups: sd_groups:
apache: 'none' apache: 'none'
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
local_action: local_action:
serverdensity serverdensity
api_token={{sd_api_token}} api_token={{sd_api_token}}
cleanup=true cleanup={{sd_alert_cleanup}}
force=true force={{ sd_force_update }}
cache={{sd_api_cache_file}} cache={{sd_api_cache_file}}
- name: 'ServerDensity | Install Public Repo Key' - 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