ansible-geomesa-accumulo-ubuntu is a simple Ansible role for installing GeoMesa for Accumulo on an Ubuntu machine.
Playbook
When installing GeoMesa for Accumulo, be sure to install the relevant dependencies, e.g., Accumulo, Zookeeper, and Hadoop.
For an advance install, please consult the official GeoMesa documentation on Installing GeoMesa Accumulo.
Playbook
Your Ansible playbook should look something like this:
...
roles:
- ansible-java-ubuntu
- ansible-zookeeper-ubuntu
- ansible-hadoop-ubuntu
- ansible-accumulo-ubuntu
- ansible-geomesa-accumulo-ubuntu
...
Spatial Current, Inc. is currently accepting pull requests for this repository. We'd love to have your contributions! Please see Contributing.md for how to get started.
This work is distributed under the MIT License. See LICENSE file.