Re-arrange whiptail screens

This commit is contained in:
Mike Reeves
2020-10-19 12:14:30 -04:00
parent a05329e7d8
commit 97a2d91d15
2 changed files with 250 additions and 234 deletions

View File

@@ -42,5 +42,10 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
# authz_exception: true
{%- endif %}
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
node.name: {{ ESCLUSTERNAME }}
node.name: {{ grains.host }}
script.max_compilations_rate: 1000/1m
{%- if salt['pillar.get']('elasticsearch:true_cluster') %}
{%- if grains.role == 'so-manager' %}
node.roles: [ master ]
{%- endif %}
{%- endif %}