
Ansible playbook to test remote servers for CVE-2014-6271 (Shellshock) bash vulnerability, enabling automated scanning and verification across multiple hosts.
Install Ansible http://docs.ansible.com/intro_installation.html
Add servers to inventory file (example):
username@ip
Copy your public key to remote servers' .ssh/authorized_keys
execute test
$ ansible-playbook -i inventory site.yml