Last active
May 3, 2016 23:32
-
-
Save robbwagoner/f3744ad954f002ac6aac79f348cb310b to your computer and use it in GitHub Desktop.
Update OpenSSL on EC2 Ubuntu instances Ansible with EC2 Dynamic Inventory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've not tested this against Debian instances.