mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Ansible for CGRateS integration tests
Steps for running this ansible:
- Configure a debian based virtual machine so you can connect to it without needing the password
- Edit your ansible host file with the IP and the user of the machine like so:
[all]
local ansible_host=192.168.56.203 ansible_ssh_user=trial97
[all:vars]
user=trial97
- Run the ansible:
ansible-playbook main.yaml
- Done!