我对 ansible 的技能几乎为零。
我需要设置 proxmoxer 模块来执行 verify_ssl=false 因为我遇到了这种错误:
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='curiosity', port=8006): Max retries exceeded with url: /api2/json/access/ticket (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f21f8f679d0>, 'Connection to curiosity timed out. (connect timeout=5)'))
我读过文档说可以使用 openssh 或 ssl 验证选项更改后端:
https://proxmoxer.github.io/docs/1.2/basic_usage/
由于我从未编写过 ansible 插件,所以我完全不知道如何设置这个模块。
我尝试编辑:
/lib/python3.10/site-packages/proxmoxer/core.py
但不知道该做什么。
需要提示吗?
谢谢。