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

Ansible role to install Neo4j graph database

Notifications You must be signed in to change notification settings

adriagalin/ansible.neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published