Install Neo4j - https://www.neo4j.com . Tested with Neo4j 4.0.3 on CentOS 7, CentOS 8 and Ubuntu 18.04.
None
See defaults/main.yml
None
- name: Neo4j role for Ubuntu systems
hosts: neo4j
become: yes
become_method: sudo
vars:
neo4j_allow_any_connection: true
roles:
- ansible-role-neo4j
tags:
- neo4j
BSD
Kevin Coakley (https://github.com/kevincoakley)