add neo4j ansible role

This commit is contained in:
2025-05-22 16:06:45 +02:00
parent b6c92a7a8d
commit fad7538f84
8 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: restart neo4j
ansible.builtin.systemd_service:
name: neo4j.service
state: restarted