indent yaml for config file (#630)
This commit is contained in:
parent
e204b5059a
commit
e6dd15ef0d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{% if es_config %}
|
{% if es_config %}
|
||||||
{{ es_config | to_nice_yaml }}
|
{{ es_config | to_nice_yaml(indent=2) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if es_config['cluster.name'] is not defined %}
|
{% if es_config['cluster.name'] is not defined %}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{{ es_role_mapping | to_nice_yaml }}
|
{{ es_role_mapping | to_nice_yaml(indent=2) }}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{{ es_roles.file | to_nice_yaml }}
|
{{ es_roles.file | to_nice_yaml(indent=2) }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue