blob: 2b203f65b1d70a9755e0a69c7d0039c8fc10b128 [file] [log] [blame]
Mohammed Naser12207172024-02-05 18:49:35 -05001# Copyright (c) 2024 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15- name: Deploy Monitoring
16 hosts: controllers[0]
17 become: true
18 roles:
19 - role: node_feature_discovery
20 tags:
21 - node-feature-discovery
22
23 - role: kube_prometheus_stack
24 tags:
25 - kube-prometheus-stack
26
27 - role: loki
28 tags:
29 - loki
30
31 - role: vector
32 tags:
33 - vector
34
Oleksandr K.d06fbc72024-07-25 14:03:17 +020035 - role: goldpinger
36 tags:
37 - goldpinger
38
Mohammed Naser12207172024-02-05 18:49:35 -050039 - role: ipmi_exporter
40 tags:
41 - ipmi-exporter
42
43 - role: prometheus_pushgateway
44 tags:
45 - prometheus-pushgateway