This an Ansible role that installs ImageMagick and its dependencies via apt on a server running Ubuntu 12.04LTS and up.
$ ansible-galaxy install crushlovely.imagemagick,v1.0.0Once this role is installed on your system, include it in the roles list of your playbook.
---
- hosts: localhost
roles:
- crushlovely.imagemagickNone
MIT