mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
{% set role = grains.id.split("_") | last %}
|
|
include:
|
|
- setup.virt.setHostname
|
|
- setup.virt.sominion
|
|
- common.packages # python3-dnf-plugin-versionlock
|
|
{% if role in ['sensor', 'heavynode'] %}
|
|
- sensor.vm.network
|
|
{% endif %}
|
|
- setup.virt.setSalt
|