Please refer this link http://docs.ansible.com/ansible/latest/list_of_network_modules.html for the list of available network modules.
Use *_facts modules based on platform (eg: ios_facts, junos_facts) which will fetch device information that you are looking for. Regards, Ganesh On Sun, Sep 17, 2017 at 3:01 PM, איתי מלכה <[email protected]> wrote: > Hi all, > I'm new with ansible, > I need a tool for my LAB at work and wondering if ansible is the one. > can I gather information on all devices in the same network with ansible? > the devices are may vary by types OS, and even bare metal devices. > the info that I need is: > OS type > CPU (id number, frequency,cores etc...) > RAM (type,frequency,how many cards, capacity of each card) > and more of that kind.... > > the different devices on the network may by with different kind of OS, or > pre installed OS. > > > thanks, > Itay. > > -- > 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 post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/37189707-853e-4569-81b8-d2c5b46585e3%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/37189707-853e-4569-81b8-d2c5b46585e3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2B6y2sHrUPw%2BDmzU99jxHK_%3DFe1MpUmVY%3DLs7_x5Jq74euK6og%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
