Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread Michael Small
OK this is no issue on 1.5.3. I was previously installed through apt-get and 1.5.2 seems to be the latest there. 1.5.3 via pip is all good. On 25 Mar 2014, at 22:26, Michael DeHaan wrote: "I'm on Ansible 1.5.2" Please definitely test on 1.5.3 if you can.1.5.2 was released to fix one spec

Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread Michael Small
root@app01:~# nslookup intro.repositoryhosting.com Server: 8.8.8.8 Address:8.8.8.8#53 Non-authoritative answer: intro.repositoryhosting.com canonical name = na-va-app-1.repositoryhosting.com. Name: na-va-app-1.repositoryhosting.com Address: 174.129.252.219 root@app01:~# ho

Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread Michael DeHaan
"I'm on Ansible 1.5.2" Please definitely test on 1.5.3 if you can.1.5.2 was released to fix one specific problem in the 1.5.1 line, but 1.5.3 fixes quite a bit more. Nobody -- pretty much nobody -- should be running 1.5.2. it will yield unhappy things. (Also, if you have issues on 1.5.3, I

Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread James Tanner
Can the host resolve the fqdn? - shell: nslookup intro.repositoryhosting.com - shell: host intro.repositoryhosting.com - shell: sshkeyscan intro.repositoryhost.com On Mar 25, 2014, at 6:14 PM, m...@introlabs.net wrote: > TASK: [webservers | checkout the site] > *

Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread mike
TASK: [webservers | checkout the site] ESTABLISH CONNECTION FOR USER: root REMOTE_MODULE git repo=ssh:@intro.repositoryhosting.com/intro/onsite.git dest=/var/www/onsite accept_hostkey=true EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlM

Re: [ansible-project] hostkey enhancements to the git module

2014-03-25 Thread James Tanner
Can we see the yaml syntax and the - output for the failed task? On Mar 25, 2014, at 1:44 PM, m...@introlabs.net wrote: > Is anyone else having issues with this feature. If the host key is on the > machine my Ansible git checkout works perfectly. > > If the host key isn't on the box and eve

Re: [ansible-project] hostkey enhancements to the git module

2014-01-11 Thread Peter Gehres
> > Hopefully this makes the git module easier for our new users. > It also makes it easier for us non-new users. Thanks! -- Peter Gehres Site Reliability Engineer | AppDynamics, Inc. www.appdynamics.com | AS62897 -- You received this message because you are subscribed to the Google Groups "A

[ansible-project] hostkey enhancements to the git module

2014-01-11 Thread James Tanner
I created a new feature in the git module to help with hostkey management and prevent task hangs with unknown keys: https://github.com/ansible/ansible/commit/8665b0638a1d3a70f985126b0f007a26c81273cb https://github.com/ansible/ansible/commit/1e1c5aa9dd4f84175966e0f9e467fd7fc600 The module sh