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

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

Change default values to follow ansible community form of 'yes' or 'no', and change the sd_alert_cleanup to be the safer 'no' as default
parent 6b22b17e
No related branches found
No related tags found
1 merge request!1Change default values to follow ansible community form of 'yes' or 'no'
---
# 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