initial: no secrets

This commit is contained in:
2024-02-12 17:01:18 +01:00
commit cf9efd55b5
186 changed files with 8697 additions and 0 deletions
+11
View 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"