Skip to content

Instantly share code, notes, and snippets.

ping_minions:
salt.function:
- name: test.ping
- tgt: 'E@{{ pillar.regex_primary }} and E@{{ pillar.regex_secondary }}'
- tgt_type: compound
install_primary_minion:
salt.function:
- name: state.highstate
- tgt: '{{ pillar.regex_primary }}'