Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

islandora-deprecated/ansible-role-grok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Grok Build Status

An Ansible role that installs 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

  • Playbook requires the following applciations to be installed:
    • git
    • build-essential (gcc, g++, make)

Example Playbook

- hosts: webservers
  roles:
    - islandora.grok

License

MIT