Files
cgrates/data/ansible/calls/asterisk/main.yaml
ionutboangiu f87e52cf63 Update ansible calls playbooks
Fixes issue where cgrates role would attempt to run setup
scripts for postgres, when postgres is not installed.
2024-05-16 10:29:05 +02:00

18 lines
393 B
YAML

---
- name: Set up environment in order to run call tests for Asterisk
hosts: all
roles:
- ../../roles/asterisk
- ../../roles/go
- role: ../../roles/cgrates
vars:
cgrates_dbs:
- mysql
cgrates_dependencies:
- git
- redis-server
- mariadb-server
- role: ../../roles/pjsua
vars:
pjsua_version: '2.9'