Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-neo4j
- Owner: kevincoakley
- Created: 2015-11-19T23:26:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:13:42.000Z (7 months ago)
- Last Synced: 2024-05-21T14:34:40.987Z (7 months ago)
- Topics: ansible, ansible-role, neo4j
- Homepage: https://galaxy.ansible.com/kevincoakley/neo4j/
- Size: 75.2 KB
- Stars: 8
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
- neo4jLicense
-------BSD
Author Information
------------------Kevin Coakley (https://github.com/kevincoakley)