Skip to content

Instantly share code, notes, and snippets.

@pprince
Created March 8, 2016 10:09
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 pprince/25de5daed54fc98f3f9c to your computer and use it in GitHub Desktop.
Save pprince/25de5daed54fc98f3f9c to your computer and use it in GitHub Desktop.
user@host$ sudo salt '*' grains.get ipv4
nip.littlebluetech.com:
- 104.238.135.45
- 127.0.0.1
m2.nacl.littlebluetech.com:
- 45.63.8.169
- 127.0.0.1
m1.nacl.littlebluetech.com:
- 45.63.9.219
- 127.0.0.1
top.nacl.littlebluetech.com:
- 104.238.134.6
- 127.0.0.1
user@host$ sudo salt -S '104.238.135.45/32' grains.get ipv4
nip.littlebluetech.com:
- 104.238.135.45
- 127.0.0.1
No minions matched the target. No command was sent, no jid was assigned.
m2.nacl.littlebluetech.com:
Minion did not return. [No response]
top.nacl.littlebluetech.com:
Minion did not return. [No response]
m1.nacl.littlebluetech.com:
Minion did not return. [No response]
user@host$ 
user@host$ sudo salt -S '104.238.135.45/32' grains.get ipv4
No minions matched the target. No command was sent, no jid was assigned.
ERROR: No return received
user@host$ sudo salt -S '104.238.135.45/32' grains.get ipv4
No minions matched the target. No command was sent, no jid was assigned.
ERROR: No return received
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment