On Tuesday, 6 November 2018 16:53:10 CET sase kumar wrote: > Even I would like to know how we can tell playbook to run without using any > proxy address > > Appreciate any help here
How is the proxy setup on the machine. If its environment variables http_proxy and https_proxy then you can issue unset http_proxy; unset https_proxy on the command line to clear the variables. Or set the environment variable in you playbook at the play level like this. - hosts: all environment: http_proxy: '' http_proxy: '' -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to ansible-project@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1717468.8q4BDbO1FG%40x1. For more options, visit https://groups.google.com/d/optout.