GG
Size: a a a
GG
KP
GG
AL
AL
VS
VS
VS
R
ext_pillar:
- git:
- master https://gitrepo/pillars.git:
- test https://gitrepo/pillars.git:
gitfs_saltenv:
- base:
- ref: master
- test:
- ref: test
gitfs_remotes:
- https://gitrepo/states.git:
base:
'*minion*':
- hosts.{{ grains['id'] }}
test:
'test':
- hosts.{{ grains['id'] }}
sls_run_minion:
salt.state:
- tgt: 'role:test'
- tgt_type: pillar
- saltenv: test
- pillarenv: test
- sls:
- nginx
Comment: No minions returned
VS
{# --- WARNING --- #}
{# stack config support only jinja like comments#}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# When this config is rendering stack variable(object) doesn't exist yet #}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# Based on previous comment: #}
{# This config is intended only for specifying the rendering order of other files. #}
{# You can only control the order in this file using standard salt data (such as pillars, grains). #}
{# --- #}
{# Conditions based on rendered data by the pillar.stask themselves #}
{# can only be used inside the files that are included here. #}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# You cannot describe same pillar mulitple twice at one level (file) #}
{# --- WARNING --- #}KP
GG
IS
ips:
- mine_function: network.ip_addrs
- eth0
- ens10
ips:
- mine_function: network.ip_addrs
- interface: eth0, ens10
ips:
- mine_function: network.ip_addrs
- interface: [eth0, ens10]
GG
ips:
- mine_function: network.ip_addrs
- eth0
- ens10
ips:
- mine_function: network.ip_addrs
- interface: eth0, ens10
ips:
- mine_function: network.ip_addrs
- interface: [eth0, ens10]
GG
IS
IS
MT
{# --- WARNING --- #}
{# stack config support only jinja like comments#}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# When this config is rendering stack variable(object) doesn't exist yet #}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# Based on previous comment: #}
{# This config is intended only for specifying the rendering order of other files. #}
{# You can only control the order in this file using standard salt data (such as pillars, grains). #}
{# --- #}
{# Conditions based on rendered data by the pillar.stask themselves #}
{# can only be used inside the files that are included here. #}
{# --- WARNING --- #}
{# --- WARNING --- #}
{# You cannot describe same pillar mulitple twice at one level (file) #}
{# --- WARNING --- #}VS