Hey everyone,
I am ripe as a green banana with ansible. I’ve installed 2.9 on Ubuntu and setup a few playbooks for our heterogeneous environment. I’ve had success with all of our EOS devices running > 4.20 but we have some older models out there and I can’t seem to get any module to work on them. They keep complaining about json command not being available. I am not sure why this matters as my commands don’t even include ‘show version’ and i have ‘gather_facts: false’. This has been driving me nuts the last couple weeks. I am wondering if there is a way to configure the modules to work with older code or if there are old modules I should be using. Ideally, i’d like to run commands and get the outputs (eos_command) and deploy configs (eos_config). Any help would be greatly appreciated.
ansible.module_utils.connection.ConnectionError: show version | json\r\n/bin/sh: json: command not found
Kevin