An Ansible role that installs Grok on:
- Centos/RHEL 7.x
- Ubuntu Xenial
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
- Playbook requires the following applciations to be installed:
- git
- build-essential (gcc, g++, make)
- hosts: webservers
roles:
- islandora.grok
MIT