You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate an output using statically defined values in host_vars and group_vars, instead of using ansible_facts, and seems that i'm doing it wrong.
My devices are not linux devices, but network devices (Cisco, Juniper). Some of the details that i want to export are included in ios_facts or junos_facts module, but i was hoping to make use of static vars from host_vars in order to generate the output.
I was looking at issue #182, tried Custom Template by adding a new column, but seems that it's not generating any output.
Most of the errors are related to "No JSON object could be decoded"
Is there any way to generate the output for cmdb from static_files? Worth to mention that vars file is in YAML format.
Thanks!
The text was updated successfully, but these errors were encountered:
Var files in YAML format shouldn't be a problem I think. I'll need a bit more information in order to properly address this issue. Can you show me which command you're running and some (samples) of input files / data?
I'm trying to generate an output using statically defined values in host_vars and group_vars, instead of using ansible_facts, and seems that i'm doing it wrong.
My devices are not linux devices, but network devices (Cisco, Juniper). Some of the details that i want to export are included in ios_facts or junos_facts module, but i was hoping to make use of static vars from host_vars in order to generate the output.
I was looking at issue #182, tried Custom Template by adding a new column, but seems that it's not generating any output.
Most of the errors are related to "No JSON object could be decoded"
Is there any way to generate the output for cmdb from static_files? Worth to mention that vars file is in YAML format.
Thanks!
The text was updated successfully, but these errors were encountered: