configure bond and monitor nics

This commit is contained in:
m0duspwnens
2025-02-07 14:45:06 -05:00
parent 160c84ec1a
commit 010c205eec
4 changed files with 97 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
{% 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