Skip to content

Instantly share code, notes, and snippets.

@mbunkus
Created September 4, 2015 14:26
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 mbunkus/7e6c21112a28f58cfc8a to your computer and use it in GitHub Desktop.
Save mbunkus/7e6c21112a28f58cfc8a to your computer and use it in GitHub Desktop.
[0 root@bellerophon ~] salt --out=raw '*' grains.item os
{'trinculo.bs.zzzzzzzzz.de': {'os': 'Univention'}}
{'bellerophon.bs.zzzzzzzzz.de': {'os': 'Univention'}}
{'kyushu.bs.zzzzzzzzz.de': {'os': 'Univention'}}
{'lalo.bs.zzzzzzzzz.de': {'os': 'Univention'}}
{'akira.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'reliant.bs.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'tkumbra.bs.bs.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'spector.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'lakota.zzzzzzzzz.de': {'os': 'CentOS'}}
{'zhukov.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'venture.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'antares.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'grissom.bs.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'tecumseh.zzzzzzzzz.de': {'os': 'Ubuntu'}}
{'gorkon.zzzzzzzzz.de': {'os': 'CentOS'}}
[0 root@bellerophon ~] salt --out=raw -C '* and G@os:CentOS' grains.item os
{'lakota.zzzzzzzzz.de': {'os': 'CentOS'}}
{'gorkon.zzzzzzzzz.de': {'os': 'CentOS'}}
[0 root@bellerophon ~] salt --out=raw -C '* and not G@os:CentOS' grains.item os
{'trinculo.bs.zzzzzzzzz.de': {'os': 'Univention'}}
{'bellerophon.bs.zzzzzzzzz.de': {'os': 'Univention'}}
[0 root@bellerophon ~]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment