mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
{% if data['act'] == 'accept' and data['id'].endswith(('_hypervisor', '_managerhyper')) and data['result'] == True %}
|
|
check_and_trigger:
|
|
runner.setup_hypervisor.setup_environment:
|
|
- minion_id: {{ data['id'] }}
|
|
{% endif %}
|