- name: show proxy env
block:
- name: show http_proxy
command: echo $http_proxy
- name: show proxy ip
uri:
url: http://httpbin.org/ip
register: content
- name: show public ip of proxy
debug:
var: content.json
tags: never
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
you cannot use
because the environment variable is not host vars