Skip to content

Instantly share code, notes, and snippets.

@phumpal
Created September 26, 2014 22:22
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 phumpal/2780586da8373163b4c5 to your computer and use it in GitHub Desktop.
Save phumpal/2780586da8373163b4c5 to your computer and use it in GitHub Desktop.
Patches bash exploit on Debian / Ubuntu servers via cli and inventory file
ansible all -i production/inventory -m apt -a 'update_cache=yes name=bash state=latest' -s -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment