heavynode changes

This commit is contained in:
m0duspwnens
2023-03-02 15:09:59 -05:00
parent fb5aad34e0
commit e6167dc34a
5 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -411,11 +411,9 @@ role:
elasticsearch_rest:
portgroups:
- {{ portgroups.elasticsearch_rest }}
{% if TRUE_CLUSTER %}
searchnodes:
portgroups:
- {{ portgroups.elasticsearch_node }}
{% endif %}
self:
portgroups:
- {{ portgroups.syslog}}
@@ -469,6 +467,8 @@ role:
self:
portgroups:
- {{ portgroups.syslog}}
- {{ portgroups.elasticsearch_node }}
- {{ portgroups.elasticsearch_rest }}
strelka_frontend:
portgroups:
- {{ portgroups.strelka_frontend }}