Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangink authored Sep 11, 2023
1 parent f1a8ad7 commit c34fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/telemetry/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ telegraf_port: "{{ lookup('env', 'TELEGRAF_PORT') | default ('57000', true) }}"

# Elastic configs
kibana_password: "{{ lookup('env', 'KIBANA_PASSWORD') | default ('changeme', true) }}"
elastic_username: "{{ lookup('env', 'ELASTIC_USERNAME') | default ('elastic', true) }}"
elastic_user: "{{ lookup('env', 'ELASTIC_USER') | default ('elastic', true) }}"
elastic_password: "{{ lookup('env', 'ELASTIC_PASSWORD') | default ('changeme', true) }}"
stack_version: "{{ lookup('env', 'STACK_VERSION') | default ('8.7.1', true) }}"
cluster_name: "{{ lookup('env', 'CLUSTER_NAME') | default ('elastic', true) }}"
Expand Down

0 comments on commit c34fe30

Please sign in to comment.