gpt4 book ai didi

ansible - 如何在ansible playbook中取消设置http_proxy

转载 作者:行者123 更新时间:2023-12-02 15:24:52 25 4
gpt4 key购买 nike

在大多数ansible示例中,都是像下面设置http_proxy一样设置环境,参见http://docs.ansible.com/playbooks_environment.html

- hosts: all
tasks:
- apt: name=cobbler state=installed
environment:
http_proxy: http://proxy.example.com:8080

就我而言,我需要在系统 shell 中使用此 http_proxy,而我想在 playbook 中禁用此功能,如何实现此目的?

如果我在 shell 中工作,我可以使用 unset http_proxy

最佳答案

您可以暂时禁用您想要交谈的主机或 URL 的代理,例如

environment:
no_proxy: 192.168.1.2,www.google.com

关于ansible - 如何在ansible playbook中取消设置http_proxy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25545195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com