也许有人可以帮助我。我们有戴尔 os6、os9 和 os10。我能够运行剧本并成功备份配置。
我们也有旧的 Dell Force10 8.4.2.7,我用于其他操作系统的相同逻辑不起作用。此链接似乎不支持戴尔 FTOS 8.4.xx https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/network/user_guide/platform_index.rst#settings-by-platform
有没有办法让 show running-config 在 FTOS 上运行,这是我得到的错误
[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: <omitted>
PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
BL-S50-AS : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0