Hi I have a problem with the installation of the wazo platform. The installation is being done on my local dev machine on a debian bullseye image from docker. I am trying to install the stable version of the wazo platform with all the installation instructions stated in the documentation being followed precisely. I need help in resolving the error I get when running TASK [uc-engine : Setup engine]. Below is a detail of the error I receive.
fatal: [localhost]: FAILED! => {
“changed”: false,
“elapsed”: 0,
“invocation”: {
“module_args”: {
“attributes”: null,
“body”: {
“engine_internal_address”: “localhost”,
“engine_language”: “en_US”,
“engine_license”: true,
“engine_password”: “verystrongpassword”
},
“body_format”: “json”,
“client_cert”: null,
“client_key”: null,
“creates”: null,
“dest”: null,
“follow_redirects”: “safe”,
“force”: false,
“force_basic_auth”: false,
“group”: null,
“headers”: {
“Content-Type”: “application/json”
},
“http_agent”: “ansible-httpget”,
“method”: “POST”,
“mode”: null,
“owner”: null,
“remote_src”: false,
“removes”: null,
“return_content”: false,
“selevel”: null,
“serole”: null,
“setype”: null,
“seuser”: null,
“src”: null,
“status_code”: [
“201”
],
“timeout”: 300,
“unix_socket”: null,
“unsafe_writes”: false,
“url”: “https://localhost:443/api/setupd/1.0/setup”,
“url_password”: null,
“url_username”: null,
“use_proxy”: true,
“validate_certs”: false
}
},
“msg”: “Status code was -1 and not [201]: Request failed: <urlopen error [Errno 99] Cannot assign requested address>”,
“redirected”: false,
“status”: -1,
“url”: “https://localhost:443/api/setupd/1.0/setup”
}