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

Latest commit

 

History

History
36 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 727 Bytes

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