aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/collectd_service.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Adding support for prometheus using ansibleJohn O Loughlin1-0/+6
To enable add the following with your ip address to your inventory file: [prometheus_hosts] 172.24.4.19 Change-Id: I85add815367bcbcf1240398db2c43c2130537969 Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
2018-09-28WIP: Add role to auto install docker on hostsKamil Wiatrowski1-5/+15
Auto install docker with dependencies on hosts: apt install python apt install python-pip pip install docker-py apt install docker.io Set docker proxy using host proxy settings. Updated documentation. Change-Id: Ibec7e0a7e484d5a9a8656cd3598c3acc7c2e2184 Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
2018-02-28ansible: add roles to launch collectd, influxdb and grafana containersGordon Kelly1-0/+30
Change-Id: I330172a2165e51a1557f084fd85fce12dfaad3a7 Signed-off-by: Gordon Kelly <gordon.kelly@intel.com>