commit 3ef54b5c80fb63ff828c2639282f2f75a4a30a53 parent f4f31b1c5db3da20d3432f262b59431d16d6ecc8 Author: Dionysis Grigoropoulos <dgrig@erethon.com> Date: Sun, 31 Jan 2021 04:17:21 +0200 autonomous: Add file to configure node-exporter Diffstat:
ansible/inventory/host_vars/autonomous/resources.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/ansible/inventory/host_vars/autonomous/resources.yml b/ansible/inventory/host_vars/autonomous/resources.yml @@ -0,0 +1,6 @@ +--- + +resources__host_files: + - dest: '/etc/default/prometheus-node-exporter' + content: | + ARGS="--web.listen-address={{ node_exporter__listen_address }}:9100"