7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
|
tls_server_config:
|
||
|
cert_file: /etc/node_exporter/{{ ansible_fqdn }}.crt
|
||
|
key_file: /etc/node_exporter/{{ ansible_fqdn }}.key
|
||
|
|
||
|
basic_auth_users:
|
||
|
prometheus: {{ prometheus_node_pass | password_hash('bcrypt', 'supersecret1salt1value') }}
|