mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added README.md for ansible integration scripts
This commit is contained in:
committed by
Dan Christian Bogos
parent
fa128e5859
commit
cdf54d872d
19
data/ansible/integration_tests/README.md
Normal file
19
data/ansible/integration_tests/README.md
Normal 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!
|
||||
Reference in New Issue
Block a user