I have an Ansible role run against X' number of servers and what I want to achieve is to have the Template upload to a different server.
I want to have all 'reports' from all tasks to a template file, but I want that template file to be hosted on a different server than the ones ansible run against. Is that possible, and how ?
So to give an example: Anbible run against server 1.1.1.1, collecting facts etc to a template file, Now I want that template file to be upload to a completely different server but includes the output of the 1.1.1.1 server. How this can be achieved ?