↧
Answer by Peter Turner for Why is ansible not sending the correct sudo password?
The cure (or bandaid) was to set Pipelining=False in the ansible.cfg file. This kind of stinks because I like Pipelining and it works, but I guess ansible is gonna treat that first ssh statement as...
View ArticleWhy is ansible not sending the correct sudo password?
What does it mean when this:EXEC sshpass -d29 ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no\ -o Port=58030...
View Article