Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevincoakley/ansible-role-neo4j


https://github.com/kevincoakley/ansible-role-neo4j

ansible ansible-role neo4j

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

ansible-role-neo4j
==================

![](https://github.com/kevincoakley/ansible-role-neo4j/workflows/Molecule%20Test/badge.svg)

Install Neo4j - https://www.neo4j.com . Tested with Neo4j RockyLinux 8, RockyLinux 9, Ubuntu 20.04 and Ubuntu 22.04.

Requirements
------------

None

Role Variables
--------------

See defaults/main.yml

Dependencies
------------

None

Example Playbook
----------------

- 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

License
-------

BSD

Author Information
------------------

Kevin Coakley (https://github.com/kevincoakley)