s
Size: a a a
GG
VS
laptops:minion1.example.com{{saltenv}}:
# works as expected :
# 'type:laptop':
# 'laptops:minion1.example.com':
# not works
# "laptops:{{ minion_id }}":
# "laptops:{{ grains['id'] }}":
# 'laptops:{{ grains['id'] }}':
# "laptops:{{ grains['minion_id'] }}":
'laptops:id' - ????
- match: pillar
- ubuntu
- zabbix/agentGG
GG
GG
GG
GG
VS
VS
GG
VS
{% set host = salt['grains.get']('host') %}
'laptops:{{ host }}':
- match: pillar
- ubuntu
- zabbix/agentVS
GG
{% set host = salt['grains.get']('host') %}
'laptops:{{ host }}':
- match: pillar
- ubuntu
- zabbix/agentm
GG
KP
KP