mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 13:50:20 +00:00
672cad0253
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative URI Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative locations Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative local bin directory Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative fix lint Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative local binary Signed-off-by: anviar <oleg.kluchkin+github@gmail.com> test: fix nginx_exporter alternative fix port Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
17 lines
544 B
YAML
17 lines
544 B
YAML
---
|
|
provisioner:
|
|
inventory:
|
|
group_vars:
|
|
all:
|
|
nginx_exporter_binary_local_dir: "/tmp/nginx_exporter-linux-amd64_local"
|
|
nginx_exporter_web_listen_address: "127.0.0.1:9113"
|
|
|
|
nginx_exporter_tls_server_config:
|
|
cert_file: /etc/nginx_exporter/tls.cert
|
|
key_file: /etc/nginx_exporter/tls.key
|
|
nginx_exporter_http_server_config:
|
|
http2: true
|
|
nginx_exporter_basic_auth_users:
|
|
randomuser: examplepassword
|
|
go_arch: amd64
|
|
nginx_exporter_version: 1.1.0
|