Skip to content

ElasticT3am/Neo4j_Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j_Ansible

With this repository, Elastic Team creates the appropriate environment, using ansible to deploy Neo4j distributed Graph database for the needs of the postgraduate course ­ M123 Distributed Systems.

Provisioning

In the Provisioning phase, Elastic Team installs the appropriate software to the master node.

More specifically, in the environment has been installed the following:

  • elastic-team (User / Group)
  • Java (default-jre)
  • Neo4j

Installation

  • Copy your ssh keys to the remote hosts

    ssh-copy-id root@host

  • Make sure that you can ping you remote hosts

    ansible all -i hosts -m ping -u root

  • Install all the packages

    ansible-playbook -i hosts elastic-team.yml

About

Provisioning scripts for Neo4j graph database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published