feat: add elasticsearch

This commit is contained in:
VC
2024-07-05 11:53:37 +02:00
parent fbe86a8d77
commit f9c9a00981
8 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Restart elasticsearch
ansible.builtin.service:
name: elasticsearch
state: restarted