Skip to content

aleksanderlech/ansible-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Collection

This collection helps to create indexes in Neo4j using Ansible.

Tested with

  • Ansible 2.9.7, 2.13.4
  • Neo4 4.0.4, 5.2, 5.3

Compatibility Matrix

Version No4j
1.0.0 3.x
1.1.0 4.x
1.2.0 5.x

External requirements

  • neo4j [pip]

Using this collection

- name: Ensure the name index
  community.neo4j.neo4j_index:
      neo4j_host: "{{ neo4j_host }}"
      neo4j_user: "{{ neo4j_user }}"
      neo4j_password: "{{ neo4j_password }}"
      index_label: 'Customer'
      index_properties: ['name']

See Ansible Using collections for more details.

Contributing to this collection

Any contributions welcomed. Currently just a basic module supporting few schema operations. Ansible Community Guide.

More information

Licensing

GNU General Public License v3.0 or later.

See LICENCE to see the full text.