Closed rooso closed 9 months ago
Fix connection issue when multiple address in mongodb__conf_net_bind_ip where specified. As example mongodb__conf_net_bind_ip: 'localhost,10.122.10.20
mongodb__conf_net_bind_ip
mongodb__conf_net_bind_ip: 'localhost,10.122.10.20
TASK [linuxfabrik.lfops.mongodb : Create DBA "ansible" (if first user, using localhost exception)] *** fatal: [p-vm-facts-001.stadtluzern.ch]: FAILED! => {"changed": false, "msg": "Unable to connect to database: Cannot specify multiple hosts with directConnection=true"}
nice catch, thanks a lot for the PR :)
Fix connection issue when multiple address in
mongodb__conf_net_bind_ip
where specified. As examplemongodb__conf_net_bind_ip: 'localhost,10.122.10.20