mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
12 lines
342 B
YAML
12 lines
342 B
YAML
- name: Install Prometheus Node Exporter
|
|
hosts: prometheus
|
|
become: yes
|
|
tasks:
|
|
- name: Install Prometheus Node Exporter
|
|
import_role:
|
|
name: prometheus.prometheus.node_exporter
|
|
vars:
|
|
#node_exporter_basic_auth_users:
|
|
# prometheus: "toto"
|
|
node_exporter_web_telemetry_path: "/node-exporter"
|