setup items on manager when hypervisor joins the grid

This commit is contained in:
m0duspwnens
2025-01-09 16:32:41 -05:00
parent 3cac19d498
commit 776afa4a36
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% if data['id'].endswith(('_hypervisor', '_managerhyper')) %}
check_and_trigger:
runner.state.orchestrate:
- args:
- mods: orch.setup_hypervisor
{% endif %}