Ansible Errors During Installation #66
-
Hi everyone I'm new to Ansible with LibreSBC being the first app I've deployed. I've faced many errors during the deployment on a clean Debian 10 VM, most of which I have overcome with some basic troubleshooting and research. However, this error I can't overcome. TASK [libre : install lua pkgs] **************************************************************************************************************************************************************************** The /opt/libresbc/0.5.9 directory only contains the folder 'liberator' and it's empty. All tasks prior to 'install lua pkgs' were successful. Here is a snippet of the two tasks which I believe are related. TASK [libre : Create directory /opt/libresbc/0.5.9/callng in target host] **********************************************************************************************************************************
changed: [sbc] TASK [libre : Copy libre role source to target host] ******************************************************************************************************************************************************* Please let me know if I can provide any further logs. Like I mentioned, I'm new to Ansible so I'm not sure if this information is what the community requires. Thanks EDIT I worked around the error by manually cloning the files to the directory as appropriate. The next error I ran into was the captagent-6.3.1.tar.gz file doesn't exist. It appears there is an issue with files being pulled/downloaded via the Ansible 'playbook'. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
look like source was not copy to destination host, can you share a full ansible log? @ph0nebooth |
Beta Was this translation helpful? Give feedback.
I manually downloaded and installed the GPG key using the username "signalwire" and my PAT. See https://freeswitch.org/confluence/display/FREESWITCH/Debian. I noticed in your freeswitch.yml role you use the username "libresbc". Is there something wrong with that account, perhaps?
I ran the Ansible playbook again and LibreSBC has been successfully installed. I can access the API Docs.
I look forward to test out LibreSBC!