[ansible-project] Send results to localhost (ansible host)

2017-08-08 Thread Alyson Whitaker
Here is what I am trying to do: - Connect to [clientservers] and perform telnet mywebserver.com on port 443, 80, 8443 - if result = ok (meaning if that port is open), then do nothing. - if result = fail, then send output to failed-clients.txt listing hostname, ip and port that w

Re: [ansible-project] Send results to localhost (ansible host)

2017-08-09 Thread Alyson Whitaker
Thank you, I will give it a try. My greatest challenge is getting the yaml syntax correct! I will let you know. On Tuesday, August 8, 2017 at 3:30:03 PM UTC-5, Kai Stian Olstad wrote: > > On 08. aug. 2017 20:08, Alyson Whitaker wrote: > > Here is what I am