mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-07 07:43:45 +01:00
add global vars for managersearch
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
|
||||
{% set ROLE_GLOBALS = {} %}
|
||||
|
||||
{% set STANDALONE_GLOBALS =
|
||||
{% set SEARCHNODE_GLOBALS =
|
||||
[
|
||||
ELASTICSEARCH_GLOBALS,
|
||||
LOGSTASH_GLOBALS
|
||||
]
|
||||
%}
|
||||
|
||||
{% for sg in STANDALONE_GLOBALS %}
|
||||
{% for sg in SEARCHNODE_GLOBALS %}
|
||||
{% do salt['defaults.merge'](ROLE_GLOBALS, sg, merge_lists=False, in_place=True) %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user