I will write a program that looks for network devices on its local network and created a report of the findings. That’s easy. Using Ansible to push out the program and execute the program is easy. But how do I pull the report back to a unique name? For example the report is created as /tmp/report. I want to pull that file back to a file named /tmp/report-network.txt. What module do I use to pullback the file? The fetch module?
TIA Mike -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/B9003416-50F8-4763-9354-5050F597FF65%40gmail.com.
