有没有人找到一种使用servicenow.itsm ansible集合从http代理后面提取信息或管理SaaS ServiceNow实例的方法?
PS:在我的剧本中添加以下内容无效:
environment: http_proxy: "{{ proxy }}"
谢谢!
发布于 2022-04-22 16:08:31
即使代理使用的是http而不是https,您也必须添加:
https_proxy: http://<proxy_IP>:<proxy_port>
多亏了mdaniel
https://stackoverflow.com/questions/71970515
相似问题