Set start_stop_collectd to true by default
This patch sets the value of start_stop_collectd to true by default. This would help in saving storage space by preventing collectd from running for too long. Change-Id: I737a8b254ebe70a7a7784d0aa7c0f5b832eca8e3
This commit is contained in:
parent
bb856ce938
commit
9579174835
@ -13,7 +13,7 @@ browbeat:
|
||||
# are running. Please install collectd by running the command
|
||||
# "cd ansible;ansible-playbook -i hosts.yml -vvv install/collectd.yml" before
|
||||
# setting this option to true.
|
||||
start_stop_collectd: false
|
||||
start_stop_collectd: true
|
||||
ansible:
|
||||
hosts: ansible/hosts.yml
|
||||
metadata_playbook: ansible/gather/stockpile.yml
|
||||
|
Loading…
Reference in New Issue
Block a user