mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
- 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
12 lines
210 B
YAML
12 lines
210 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- ../roles/rabbitmq
|
|
- ../roles/nats
|
|
- ../roles/elasticsearch
|
|
- ../roles/kafka
|
|
- ../roles/mongodb
|
|
- ../roles/postgresql
|
|
- ../roles/go
|
|
- ../roles/cgrates
|