Re: [ansible-project] Intermittent connection refused errors using rax module

2014-03-21 Thread Matt Martz
I believe this email ended up being delayed a bit.  Jimmy and I worked through this yesterday and changed the wait_for task to look like: - local_action: wait_for port=22 delay=20 hostname={{ ansible_ssh_host }} --  Matt Martz m...@sivel.net On March 21, 2014 at 12:10:24 AM, Jimmy Prescott

[ansible-project] Intermittent connection refused errors using rax module

2014-03-20 Thread Jimmy Prescott
Hello, Searched around before posting this but I was unable to find anything useful. Anyway I am using the rax module to provision a server in the Rackspace Cloud using pyrax etc. The problem is that SOMETIMES the play will fail with a connection refused error.: PLAY [Wait for port 22 to be