Skip to content

Instantly share code, notes, and snippets.

@tomasfejfar
Created April 11, 2013 17:53
Show Gist options
  • Save tomasfejfar/5365608 to your computer and use it in GitHub Desktop.
Save tomasfejfar/5365608 to your computer and use it in GitHub Desktop.
Useful Salt stack commands
# last job
sudo salt-run jobs.list_jobs | tac | grep -P ^'.*':$ -m 1 -B 9999 | tac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment