diff options
author | John O Loughlin <john.oloughlin@intel.com> | 2018-06-28 16:01:00 +0100 |
---|---|---|
committer | John O'Loughlin <john.oloughlin@intel.com> | 2018-10-03 13:36:06 +0000 |
commit | ada3bb5cda036c736b460b76552ce47dd8f40aa8 (patch) | |
tree | adf9a26ff931e3b094da3ee6beb6ab0da36a5c74 /docker/ansible/collectd_service.yml | |
parent | 328129a1fd4ae54fe012379439464a56d15d4681 (diff) |
Adding support for prometheus using ansible
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>
Diffstat (limited to 'docker/ansible/collectd_service.yml')
-rw-r--r-- | docker/ansible/collectd_service.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/ansible/collectd_service.yml b/docker/ansible/collectd_service.yml index 965ec8ee..7022cc8b 100644 --- a/docker/ansible/collectd_service.yml +++ b/docker/ansible/collectd_service.yml @@ -38,3 +38,9 @@ become_user: root roles: - run_grafana + +- hosts: prometheus_hosts + become: true + become_user: root + roles: + - run_prometheus |