diff --git a/etc/kayobe/inventory/group_vars/seed-hypervisor/proxy.yml b/etc/kayobe/inventory/group_vars/seed-hypervisor/proxy.yml new file mode 100644 index 000000000..e04404c5b --- /dev/null +++ b/etc/kayobe/inventory/group_vars/seed-hypervisor/proxy.yml @@ -0,0 +1,12 @@ +--- +############################################################################### +# Configuration of HTTP(S) proxies. + +# The default value whilst only applied if `http_proxy` and `https_proxy` are set +# will not work as the conditional fails to evaluate if the seed node does not exist. +# This makes the `seed-hypervisor` reliant on the seed node. +no_proxy: [] + +############################################################################### +# Dummy variable to allow Ansible to accept this file. +workaround_ansible_issue_8743: yes