Skip to content
Snippets Groups Projects
Commit 6e6969e6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'feature/change-cleanup-default-to-match-plugin-default' into 'develop'

Change default values to follow ansible community form of 'yes' or 'no'

Also change the sd_alert_cleanup to be the safer 'no' as default, as wiping existing alerts should be explicit.

See merge request !1
parents c2ca1d5b d5c9f9d6
No related branches found
No related tags found
No related merge requests found
---
# file: roles/serverdensity/defaults/main.yml
sd_update_remote: true
sd_update_remote: yes
sd_url: ''
sd_api_token: ''
sd_api_cache_file: false
sd_api_cache_file: no
sd_agent_key: ''
sd_logging_level: 'info'
sd_alert_cleanup: true
sd_force_update: true
sd_alert_cleanup: no
sd_force_update: yes
sd_plugins: []
sd_groups:
apache: 'none'
......
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