hosts: all remote_user: root # create a variable named "proxy_env" that is a dictionary vars: proxy_env: http_proxy: http://proxy.example.com:8080 tasks: ...
確定! 回上一頁