Hi Kefi, Ansible I believe natively doesn't support write back to Excel. You can use some python scripts to write back facts/results from ansible to excel though. Actually that's what I am also doing with Cisco Nexus devices.
About Napalm, need to explore if it really can write back to excel. BR On Tue, Jan 29, 2019, 9:27 PM sajal tiwari <[email protected] wrote: > You can check Napalm ansible module for extracting information mentioned > by you. > > On Tuesday, January 29, 2019 at 7:51:05 PM UTC+5:30, Kefi Ammar wrote: >> >> Hello everyone, >> >> I am new to Ansible and I am using it for network operations. So, I am >> extracting informations from network devices (software versions, platforms, >> hostnames, interfaces, system infos,...) and they are presented in a messy >> way that makes it hard to read or organise especially for an important >> number of devices. >> >> I am asking if there is modules or something that Ansible can do to >> extract these informations to an excel file or maybe in a .csv file that >> can be structured. Anyone has an experience with the management and health >> check of network devices (Cisco and Juniper) using Ansible could help me >> out. >> >> I am using Ansible 2.7.5 >> >> Thank you. >> >> Best regards, >> Ammar >> > -- > 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/3080187a-984a-4f81-8913-35de98dd7b73%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/3080187a-984a-4f81-8913-35de98dd7b73%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/CADFvbzk8qwtfgpdyFAXLgvhon8dTgndz1NVVj-2gSc95O6vh8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
