[ansible-project] Ansible Development (methods skip in Ansible modules)

2018-11-28 Thread rpachi via Ansible Project
Hey Experts, I have written Ansible module. I am using it in multiple places. at times our software won't give output for the first time. so when we use retry option, our software gives output on 2nd or 3rd attempt. so when Ansible is retrying for 2nd or 3rd time, it will retry the entire mo

[ansible-project] Re: How to copy certain files in different servers (different location )to another remote server using ansible.

2018-11-28 Thread rpachi via Ansible Project
I think you can use fetch option which is available in Ansible. On Wednesday, November 28, 2018 at 2:05:37 PM UTC+5:30, vowner wrote: > > hello Experts, > > How to copy certain files in different servers (different location )to > another remote server using ansible. > > for example i have 5 appli

[ansible-project] Re: Ansible Development (methods skip in Ansible modules)

2018-11-29 Thread rpachi via Ansible Project
Experts, Can I get some comments? Thanks, Rajas On Wednesday, November 28, 2018 at 2:50:52 PM UTC+5:30, rpa...@pluribusnetworks.com wrote: > > Hey Experts, > > I have written Ansible module. I am using it in multiple places. > > at times our software won't give output for the first time. so wh