Skip to content
Snippets Groups Projects
Commit 67459a7d authored by Barney Hanlon's avatar Barney Hanlon
Browse files

Change call to serverdenisty plugin so that it does not automatically wipe all...

Change call to serverdenisty plugin so that it does not automatically wipe all alerts silently (bad) without telling you
parent 3961439d
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