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

7
elasticsearch.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Deploy elasticsearch
hosts: elasticsearchservers
diff: true
roles:
- elasticsearch