Files
ionutboangiu 7c204f68e0 Update elasticsearch ansible role
- bump version from 8.8.0 to 8.16.1
- don't enable the systemd service by default(just start it)
- add restart handler on config changes
- configure before starting the service
- fix some linter errors
- hardcode auto_create_indexes to true
2024-11-27 16:50:47 +01:00

12 lines
210 B
YAML

---
- hosts: all
roles:
- ../roles/rabbitmq
- ../roles/nats
- ../roles/elasticsearch
- ../roles/kafka
- ../roles/mongodb
- ../roles/postgresql
- ../roles/go
- ../roles/cgrates