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

Latest commit

 

History

History
60 lines (39 loc) · 1.07 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.07 KB

adriagalin.neo4j

Build Status Ansible Galaxy

An ansible role to configure a Neo4j graph database server.

Requirements

Tested on:

  • Ubuntu 14.04 LTS
  • Ubuntu 16.04 LTS

Role Variables

Check defaults/main.yml file to review all vars.

Dependencies

None.

Example Playbook

    - 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.