browbeat/ansible/install/collectd.yml
Alex Krzos e8664746bf Improvements to collectd configuration and install.
+ Monitor more specific processes
+ Reduced number of configuration files
+ Added several plugins (df, swap, uptime)
+ Cleaned up collectd.conf file

Change-Id: I192decfbf31c16db5970cfe7c4e8b83f964af8d7
2016-02-08 22:08:53 -05:00

20 lines
290 B
YAML

---
#
# Playbook to install connmon on undercloud/overcloud
#
- hosts: undercloud
remote_user: stack
vars:
ansible_become: true
roles:
- common
- collectd
- hosts: controller:compute
remote_user: heat-admin
vars:
ansible_become: true
roles:
- common
- collectd