mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-03 18:08:56 +02:00
2.4 strelka
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{%- if grains.role in ['so-sensor', 'so-heavynode'] -%}
|
||||
{%- set mainint = salt['pillar.get']('host:mainint') %}
|
||||
{%- set ip = salt['grains.get']('ip_interfaces:' ~ mainint)[0] %}
|
||||
{%- else %}
|
||||
{%- set ip = salt['pillar.get']('global:managerip') %}
|
||||
{%- endif -%}
|
||||
coordinator:
|
||||
addr: '{{ ip }}:6380'
|
||||
db: 0
|
||||
@@ -0,0 +1 @@
|
||||
{{ MANAGERCONFIG | yaml(false) }}
|
||||
Reference in New Issue
Block a user