Ansible writing value to a file from different host while running in different host
i’m writing a script to fetch FQDN for different hosts.
i want to write a script in ansible where i can fetch FQDN’s of app and web server and store it in a file in app server. is this madeable?