Hey guys,
maybe someone can help me. We have dell os6 , os9 and os10. I’m able to run a playbook and backup the config successfully.
We also have old Dell Force10 8.4.2.7 and the same logic i’ve used for the other os is not working. It seems Dell FTOS 8.4.x.x is not supported from this link https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/network/user_guide/platform_index.rst#settings-by-platform
Is there a way I can get the show running-config to run on FTOS , here is the error i get
[root@infra01 playbooks]# ansible-playbook switch-test.yml
PLAY [Switch configuration Backup - os8] *****************************************************************************************************************************************************************************************************
TASK [Gathering Facts] ***********************************************************************************************************************************************************************************************************************
ok: [BL-S50-AS]
TASK [Backup config] *************************************************************************************************************************************************************************************************************************
fatal: [BL-S50-AS]: FAILED! => changed=false
msg: unable to retrieve current config
stderr: Unable to decode JSON from response to exec_command(show running-config). Received ‘None’.
stderr_lines:
PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
BL-S50-AS : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0