Patch glib for #GHOST with Ansible. Supports Debian & Ubuntu only.
pip install ansible --upgrade
ansible-playbook -i your_inventory_file.ini patch-glibc-CVE-2015-0235.yml
your_inventory_file.ini
should contain your server list :
192.168.0.10
webserver1.example.com
webserver2.example.com
db1.example.com
If you have many cloud servers, read up on Ansible's dynamic inventory feature.
Robert Terhaar Based on a Shellshock playbook by Julien DAUPHANT