为了账号安全,请及时绑定邮箱和手机立即绑定

Ansible 中的回溯错误(Python 版本不匹配?)

Ansible 中的回溯错误(Python 版本不匹配?)

jeck猫 2023-06-20 13:47:22
运行以下命令时出现回溯错误ansible-playbook -i hosts fmg-playbooks/01_add_model_device.yml我正在运行 Ansible 2.9 和 Python 3.6.5ansible 2.9.11  config file = /home/alice/ansible/ansible.cfg  configured module search path = ['/home/alice/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']  ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible  executable location = /usr/local/bin/ansible  python version = 3.6.5 (default, Apr  1 2018, 05:46:30) [GCC 7.3.0]我收到有关 Python 版本的警告TASK [Gathering Facts] ***************************************************************************************************************************************************************************************[DEPRECATION WARNING]: Distribution Ubuntu 18.04 on host fmg01 should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible releasewill default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will beremoved in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.ok: [fmg01]然后当我尝试添加设备时,出现回溯错误TASK [Add model device] **************************************************************************************************************************************************************************************An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.module_utils.connection.ConnectionError: Method not found这可能是 Ansible 使用错误的 Python 解释器的问题吗?我可以强制它使用与 2.7 不同的版本吗?
查看完整描述

1 回答

?
跃然一笑

TA贡献1826条经验 获得超6个赞

Python 版本没问题。事实证明这是端口的问题。我在我的主机文件中切换到 443,它开始工作了。


[FMG:vars]

ansible_network_os      = fortinet.fortimanager.fortimanager

ansible_httpapi_port    = 443

ansible_httpapi_use_ssl = True

ansible_httpapi_validate_certs = False

ansible_connection = httpapi


查看完整回答
反对 回复 2023-06-20
  • 1 回答
  • 0 关注
  • 138 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信