Files
cgrates/data/ansible/integration_tests/main.yaml
ionutboangiu 353fc05440 Update github workflows
In the integration_tests one, go is now installed using actions, therefore
the ansible go installation will be skipped.
2023-08-28 12:23:28 +02:00

21 lines
635 B
YAML

---
- hosts: all
roles:
- ../roles/rabbitmq
- ../roles/nats
- role: ../roles/elasticsearch
vars:
auto_create_index: ".monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*,cdrs"
# # Trying for now to overwrite the auto_create_index defaults.
# # In case of failure, we will be using the commented task below:
# - name: Create 'cdrs' index in Elasticsearch for CGRateS integration tests
# command: 'curl -X PUT "localhost:9200/cdrs?pretty"'
# ignore_errors: yes
- ../roles/kafka
- ../roles/mongodb
- ../roles/postgresql
- ../roles/go
- ../roles/cgrates