Skip to content

Instantly share code, notes, and snippets.

@gtmanfred
Created October 31, 2016 21:12
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 gtmanfred/34b5d6b9cbc8faf800cdb2014ee1534c to your computer and use it in GitHub Desktop.
Save gtmanfred/34b5d6b9cbc8faf800cdb2014ee1534c to your computer and use it in GitHub Desktop.
[root@salt ~]# time salt \* test.ping
salt.c.gtmanfred-1263.internal:
True
test.c.gtmanfred-1263.internal:
True
real 0m0.715s
user 0m0.450s
sys 0m0.067s
[root@salt ~]# time salt-ssh -i --user daniel --priv ~/.ssh/id_rsa --sudo --roster cache \* test.ping
salt.c.gtmanfred-1263.internal:
True
test.c.gtmanfred-1263.internal:
True
real 0m2.359s
user 0m0.561s
sys 0m0.132s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment