summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-21 00:11:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-21 00:11:29 +0200
commit95a3e8f0728580ead42b19110bf2a4c7fb3a3c71 (patch)
tree96c8aa40f0c87d1f5ba62bbdb5a3c55078c50e09 /inventory/host_vars
parentmove prometheus node-exporter text collector scripts to templates (diff)
prometheus: install textfile collector for chrony
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index e539735f..c4ba7364 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -37,6 +37,18 @@ spreadspace_apt_repo_components:
- prometheus
+ntp_variant: chrony
+
+ntp_client:
+ pools:
+ - name: at.pool.ntp.org
+ options: iburst
+
+prometheus_exporter_node_textfile_collector_scripts:
+ - deleted-libraries
+ - chrony
+
+
containerd_storage:
type: lvm
vg: "{{ host_name }}"