Added README.md for ansible integration scripts

This commit is contained in:
Trial97
2021-06-07 14:11:52 +03:00
committed by Dan Christian Bogos
parent fa128e5859
commit cdf54d872d

View File

@@ -0,0 +1,19 @@
# Ansible for CGRateS integration tests
Steps for running this ansible:
1. Configure a debian based virtual machine so you can connect to it without needing the password
2. 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
```
3. Run the ansible:
```
ansible-playbook main.yaml
```
4. Done!