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 ?