Totally beginner writing network modules to manage our routers and switches, and I need some help:
The project I’m working on utilizes the network_cli module and augment it with terminal, action, etc modules to check state, upgrade and configure the devices. It sort of works, but I need to get better debug output from ansible itself to understand what is going on.
In the ansible code I see display.vvvv(… , but I’m only getting limited printout to the terminal window. In the ansible.log there is more info, but the details from the display.vvvv statements in the ansible code is nowhere to be found. What am I not getting???
I’m particularity interested in the debug output from the network_cli module. I invoke the test task with ansible-playbook -vvvv. Running ansible 2.5.3 on MacOS.
Any help would be appreciated!