Skip to content
Permalink
Browse files

Add metadata and README

  • Loading branch information...
whikloj committed Nov 9, 2017
1 parent 8c96090 commit cdf3c5950a0598e6793dff3f5930ea08af306342
Showing with 59 additions and 0 deletions.
  1. +34 −0 README.md
  2. +25 −0 meta/main.yml
@@ -0,0 +1,34 @@
# Ansible Role: Grok

An Ansible role that installs [Grok](https://github.com/GrokImageCompression/grok) on:

* Centos/RHEL 7.x
* Ubuntu Xenial

## Role Variables

Available variables are listed below, along with default values:

Where to clone it to:
```
grok_clone_directory: /opt/grok
```

Version to install:
```
grok_version_tag: v2.3.0
```

## Dependencies

* None

## Example Playbook

- hosts: webservers
roles:
- { role: islandora.grok }

## License

MIT
@@ -0,0 +1,25 @@
---
galaxy_info:
author: Islandora
description: Ansible Galaxy role for installing Grok
company: Islandora Foundation
license: MIT
min_ansible_version: 2.0
max_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
galaxy_tags:
- islandora
- CLAW
- cantaloupe
- jpeg2000
- image
- compression
- grok
- library
dependencies: []

0 comments on commit cdf3c59

Please sign in to comment.
You can’t perform that action at this time.