mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 05:41:36 +01:00
add: prometheus adhoc script
This commit is contained in:
11
prometheus-adhoc.yaml
Normal file
11
prometheus-adhoc.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- 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"
|
||||
Reference in New Issue
Block a user