1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

related #491 Bacpkort #1007

This commit is contained in:
Joachim Jablon 2018-01-21 22:14:06 +01:00
parent c4efbd62bc
commit 209bdd00a1

View File

@ -18,6 +18,9 @@ services:
{% if awx_container_search_domains is defined %}
dns_search: "{{ awx_container_search_domains }}"
{% endif %}
{% if awx_container_search_domains is defined %}
dns: "{{ awx_alternate_dns_servers }}"
{% endif %}
environment:
http_proxy: {{ http_proxy | default('') }}
https_proxy: {{ https_proxy | default('') }}
@ -53,6 +56,9 @@ services:
{% if awx_container_search_domains is defined %}
dns_search: "{{ awx_container_search_domains }}"
{% endif %}
{% if awx_container_search_domains is defined %}
dns: "{{ awx_alternate_dns_servers }}"
{% endif %}
environment:
http_proxy: {{ http_proxy | default('') }}
https_proxy: {{ https_proxy | default('') }}