mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 09:53:12 +01:00
8 lines
262 B
Django/Jinja
8 lines
262 B
Django/Jinja
{% from 'vars/globals.map.jinja' import GLOBALS -%}
|
|
{
|
|
{%- if grains.role in ['so-standalone', 'so-eval', 'so-sensor', 'so-heavynode', ] %}
|
|
"monint": "{{ salt['pillar.get']('sensor:interface', '') }}",
|
|
{%- endif %}
|
|
"manint": "{{ GLOBALS.main_interface }}"
|
|
}
|