Any idea about this error, the username and password are correct those are dbo creds. I am able to connect through ssms with the same creds but not working through ansible
also I don’t see @sysconfdir@/freetds.conf / ${HOME}/.freetds.conf" on my linux node…
TASK [Check DB connection] *********************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “msg”: “unable to connect, check login_user and login_password are correct, or alternatively check your @sysconfdir@/freetds.conf / ${HOME}/.freetds.conf”}
Could you please provide more context like playbooks used, collections used, modules used, ultimate aim to achieve etc? Without this information, it is really difficult to debug.
I am just trying to make a sql connection by checking the connectivity to sql server, if this is successfully I have to get some select and update statements working
this is my playbook—
You might get more help if you can provide proper output (with passwords redacted) of an actual run with -v[vv], the inventory and as much more information as you possibly can.