An ansible role to configure a Neo4j graph database server.
Tested on:
- Ubuntu 14.04 LTS
- Ubuntu 16.04 LTS
Check defaults/main.yml file to review all vars.
None.
- hosts: all
vars:
ag_neo4j_java_package: openjdk-8-jdk-headless
roles:
- { role: adriagalin.neo4j }
ToDo
----
- Add HA config.
- Add server test validation.
License
-------
GPLv3 License.
Author Information
------------------
[Adrià Galín](https://www.adriagalin.com/)
Inspiration
-----------
During development, some roles in Ansible Galaxy/Github also inspired me:
- [julienroubieu](https://github.com/julienroubieu/ansible-neo4j)
- and many others.
thank you.