Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 358 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 358 Bytes

ansible-shellshock

This is an ansble playbook to address the bash vulnerability in CVE-2014-6271 and CVE-2014-7169. This playbook automates the remediation items from https://access.redhat.com/articles/1200223.

HOWTO run

ansible-playbook -i <hostfile> bash.yml -k -K

Author