This collection helps to create indexes in Neo4j using Ansible.
- Ansible 2.9.7, 2.13.4
- Neo4 4.0.4, 5.2, 5.3
Version | No4j |
---|---|
1.0.0 | 3.x |
1.1.0 | 4.x |
1.2.0 | 5.x |
- neo4j [pip]
- 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.
Any contributions welcomed. Currently just a basic module supporting few schema operations. Ansible Community Guide.
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
GNU General Public License v3.0 or later.
See LICENCE to see the full text.