Skip to content

crushlovely/ansible-imagemagick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role For ImageMagick

Build Status Current Version

This an Ansible role that installs ImageMagick and its dependencies via apt on a server running Ubuntu 12.04LTS and up.

Installation

$ ansible-galaxy install crushlovely.imagemagick,v1.0.0

Usage

Once this role is installed on your system, include it in the roles list of your playbook.

---
- hosts: localhost
  roles:
    - crushlovely.imagemagick

Dependencies

None

License

MIT