asc.core.services_neo4j role – Deploy a Neo4J server and configure it

Note

This role is part of the asc.core collection (version 1.0.4).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: git clone git@ssh.dev.azure.com:v3/cloudasc/iac-ansible-collections/core $HOME/.ansible/collections/ansible_collections/asc/core.

To use it in a playbook, specify: asc.core.services_neo4j.

Entry point main – Deploy a Neo4J server and configure it

New in asc.core 1.0.0

Synopsis

  • Deploy a Neo4J server and configure it

Parameters

Parameter

Comments

services_neo4j

dictionary

‘services_neo4j’ role configuration

enabled

boolean

Whether to enable the role

Choices:

  • false ← (default)

  • true

neo4j_password

string

Password for the Neo4J user

Default: "randomPassword-42"

neo4j_version

string

Neo4J version to install

Default: "4.4.16"

vm_count

integer

Number of VMs to deploy

Default: 1

vm_disk_size

integer

Size of the extra data disk (in GB)

Default: 128

vm_name_prefix

string

Prefix of the VM name to deploy

Default: "vmneo4j"

vm_size

string

Size of the VM to deploy (Azure VM size)

Default: "Standard_D4s_v4"

Authors

  • Lorenzo Bernardi