Skip to content

Instantly share code, notes, and snippets.

@robbwagoner
Last active May 3, 2016 23:32
Show Gist options
  • Save robbwagoner/f3744ad954f002ac6aac79f348cb310b to your computer and use it in GitHub Desktop.
Save robbwagoner/f3744ad954f002ac6aac79f348cb310b to your computer and use it in GitHub Desktop.
Update OpenSSL on EC2 Ubuntu instances Ansible with EC2 Dynamic Inventory
#!/bin/bash
# https://www.openssl.org/news/secadv/20160503.txt
# CVE-2016-2108
# http://www.ubuntu.com/usn/usn-2959-1/
ansible 'tag_environment_staging' -mapt -a 'name=openssl state=latest update_cache=yes' --become
@robbwagoner
Copy link
Author

I've not tested this against Debian instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment