We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e74001 + 93b575b commit f8cdb68Copy full SHA for f8cdb68
tasks/password.yaml
@@ -25,4 +25,7 @@
25
ansible.builtin.shell:
26
cmd: >-
27
printf "{{ elasticsearch.users.builtin.kibana_system.password }}\n{{ elasticsearch.users.builtin.kibana_system.password }}" |
28
+ {% for key, value in (es_env | default({})).items() %}
29
+ {{ key }}={{ value | quote }}
30
+ {% endfor %}
31
{{ elasticsearch.prefix.bin }}/elasticsearch-reset-password -b -u kibana_system -i
0 commit comments