Kaynağa Gözat

Merge pull request #99 from aboe76/mine_get_master

add mine_get function to master config
tags/v0.57.0
Nitin Madhok 9 yıl önce
ebeveyn
işleme
cde11bc1e8
1 değiştirilmiş dosya ile 18 ekleme ve 0 silme
  1. +18
    -0
      salt/files/master.d/_defaults.conf

+ 18
- 0
salt/files/master.d/_defaults.conf Dosyayı Görüntüle

@@ -811,12 +811,30 @@ peer_run:
# The example below enables minion foo.example.com to get 'network.interfaces' mine
# data only, minions web* to get all network.* and disk.* mine data and all other
# minions won't get any mine data.
{% if 'mine_get' in cfg_master -%}
mine_get:
{%- for minion, data in cfg_master['mine_get']|dictsort %}
{{ minion }}:
{%- for command in data %}
- {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
{%- endfor -%}
{%- endfor -%}
{% elif 'mine_get' in cfg_salt -%}
mine_get:
{%- for minion, data in cfg_salt['mine_get']|dictsort %}
{{ minion }}:
{%- for command in data %}
- {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
{%- endfor -%}
{%- endfor -%}
{% else -%}
# mine_get:
# foo.example.com:
# - network.interfaces
# web.*:
# - network.*
# - disk.*
{%- endif %}


##### Logging settings #####

Yükleniyor…
İptal
Kaydet