Skip to content

Instantly share code, notes, and snippets.

@alex-zel
Created March 19, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-zel/42478ca59cb5c24f3892c408e6aa8371 to your computer and use it in GitHub Desktop.
Save alex-zel/42478ca59cb5c24f3892c408e6aa8371 to your computer and use it in GitHub Desktop.
dev:
'fqdn:*.example.com':
- match: grain
- aliases
{% for minion in salt['minion.list']()['minions'] %}
{{ minion }}:
- hosts.{{ minion.split('.')[0] }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment