Skip to content

Ansible Playbooks for booting a server running the neo4j graph database system

License

Notifications You must be signed in to change notification settings

maxehmookau/neo4j-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j Ansible Playbooks

Use these playbooks to boot a neo4j development environment using Vagrant.

Requirements

  • Ansible 1.4+
  • VirtualBox or VMWare Fusion
  • Vagrant

Usage

  • Clone this repo.
  • vagrant up or vagrant up --provider=vmware_fusion if you're using VMware Vagrant.
  • Once provisioned, neo4j will be available at http://192.168.22.22

That's it.

Authentication

This playbook installs authentication-extension by default. The default username and password are username and password. See the readme for that repo on how to configure it.

Upstart

This playbook uses upstart to restart neo4j automatically whenever the server is restarted.

Testing

Please test any changes to the playbook using serverspec. To run the tests, run bundle install and bundle exec rake spec. Check out the spec/ folder for examples.

Licence

The Ansible playbooks are licenced under MIT as described in LICENCE.md. neo4j is licenced under GPLv3 as described in its README.

Contributors

Sam Knight

About

Ansible Playbooks for booting a server running the neo4j graph database system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages