Re: [ansible-project] Extract the output to excel files

2019-01-30 Thread Kefi Ammar .
Hello everyone, I've already tried to extract in csv then opened it with excel but I did not really like the output, I think it needs some more "polishing". Now I'm exploring napalm hopefully to get a good and readable results with it. Thanks Ammar Le mer. 30 janv. 2019 à 06:36, bikram40 a

Re: [ansible-project] Extract the output to excel files

2019-01-29 Thread bikram40
Hi Kefi, You can do something like this. echo your result and redirect the result to a csv. Later open with excel. - name: Output Information to CSV file shell: echo {{inventory_hostname}}, {{ difference_7010.stdout }}>> mismatched_qos.csv delegate_to: localhost Thanks. Bikram On Tue,

[ansible-project] Extract the output to excel files

2019-01-29 Thread Kefi Ammar
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