mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-27 19:33:14 +01:00
Ensure strelka backend, frontend, and filestream are connecting to redis locally, on heavy node instances
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{%- if grains.role == 'so-sensor' -%}
|
||||
{%- if grains.role in ['so-sensor', 'so-heavynode'] -%}
|
||||
{%- set mainint = salt['pillar.get']('sensor:mainint') %}
|
||||
{%- set ip = salt['grains.get']('ip_interfaces:' ~ mainint[0], salt['pillar.get']('sensor:mainip')) %}
|
||||
{%- else %}
|
||||
|
||||
Reference in New Issue
Block a user