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.
no_proxy
openbao
1 parent a481c33 commit 0a1aee0Copy full SHA for 0a1aee0
doc/source/configuration/walled-garden.rst
@@ -79,6 +79,7 @@ proxy:
79
- "{{ ('http://' ~ docker_registry) | urlsplit('hostname') if docker_registry else '' }}"
80
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[groups.seed.0] }}"
81
- "{{ lookup('vars', admin_oc_net_name ~ '_ips')[inventory_hostname] }}"
82
+ - "{{ lookup('vars', internal_net_name ~ '_ips')[groups.controllers.0] }}"
83
- "{{ kolla_external_fqdn }}"
84
- "{{ kolla_internal_fqdn }}"
85
0 commit comments