additional changes for managerhype

This commit is contained in:
Josh Patterson
2025-03-13 10:55:49 -04:00
parent 44a5b3b1e5
commit c93a5de460
5 changed files with 7 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
{% set node_types = {} %}
{% for minionid, ip in salt.saltutil.runner(
'mine.get',
tgt='G@role:so-hypervisor',
tgt='G@role:so-hypervisor or G@role:so-managerhype',
fun='network.ip_addrs',
tgt_type='compound') | dictsort()
%}