We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 997aef8 + 68896e5 commit ece4722Copy full SHA for ece4722
ansible/roles/proxy/defaults/main.yml
@@ -1,5 +1,5 @@
1
# proxy_http_proxy:
2
proxy_https_proxy: "{{ proxy_http_proxy }}"
3
-proxy_no_proxy: "{{ (groups['all'] + hostvars.values() | map(attribute='ansible_host')) | sort | join(',') }}"
+proxy_no_proxy: "{{ (['localhost', '127.0.0.1'] + groups['all'] + hostvars.values() | map(attribute='ansible_host')) | sort | join(',') }}"
4
proxy_dnf: true
5
proxy_systemd: true
0 commit comments