fastlorenzo / redelk-ansible

Ansible roles to deploy RedELK
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

playbook fails due to configuration error #1

Open adrian-rt opened 2 months ago

adrian-rt commented 2 months ago

Hi,

I get the following error when trying to set this up:

TASK [redelk_server : Rundocker-compose upagain] ***************************************************************************************************************************************** fatal: [178.128.xx.xx]: FAILED! => {"changed": false, "msg": "Configuration error - The Compose file '/opt/redelk/redelk-full.yml' is invalid because:\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound-neo4j.ports contains an invalid type, it should be a number, or an object\nservices.bloodhound.ports contains an invalid type, it should be a number, or an object"}

I believe it's because of these ports

" ports:

should probably be numbers everywhere.