HI Guys , I have been assigned a task to find all the routers in the management range lets say 10.250.0.0/20 and script is expected to to start from first ip and run an interation til the last ip and ruunning show command like show version to fetch their version number and other vital parameters, so this task assumes all the routers are in this range, its just that we don't know which ip is assigned to what? can I run a script to find all reachable routers in this range and ssh into them, fetch the info and save the output to a folder? I know it can easily be done in Python, however, I am not sure, if ansible gives that option without running those loops ?
-- 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/a814e519-c69b-4cb2-9392-957a24e557f4n%40googlegroups.com.
