
Depends-On: https://review.opendev.org/c/openstack/kayobe-config/+/836041 Change-Id: If0a162a9d21c89fa6122c26dff4a484508d89c04
21 lines
756 B
YAML
21 lines
756 B
YAML
---
|
|
###############################################################################
|
|
# Configuration of HTTP(S) proxies.
|
|
|
|
# HTTP proxy URL (format: http(s)://[user:password@]proxy_name:port). By
|
|
# default no proxy is used.
|
|
#http_proxy:
|
|
|
|
# HTTPS proxy URL (format: http(s)://[user:password@]proxy_name:port). By
|
|
# default no proxy is used.
|
|
#https_proxy:
|
|
|
|
# List of domains, hostnames, IP addresses and networks for which no proxy is
|
|
# used. Defaults to ["127.0.0.1", "localhost", "{{ docker_registry }}"]. This
|
|
# is configured only if either http_proxy or https_proxy is set.
|
|
#no_proxy:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|