openstack-ansible-ops/prometheus/installNodeExporter.yml
Miouge1 5938b03d4e Add Prometheus node_exporter
This change introduces node_exporter into the monitoring stack. The
role from cloudalchemi is used for the bulk of the deployment.

Change-Id: I1343db378f9dee056a5fb67e0dc9e89e11bc7e28
2018-08-13 10:17:03 +02:00

21 lines
661 B
YAML

---
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- name: node_exporter
hosts: hosts
vars_files:
- vars/variables.yml
roles:
- role: node-exporter