mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
@@ -18,6 +18,9 @@ services:
|
|||||||
{% if awx_container_search_domains is defined %}
|
{% if awx_container_search_domains is defined %}
|
||||||
dns_search: "{{ awx_container_search_domains }}"
|
dns_search: "{{ awx_container_search_domains }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if awx_container_search_domains is defined %}
|
||||||
|
dns: "{{ awx_alternate_dns_servers }}"
|
||||||
|
{% endif %}
|
||||||
environment:
|
environment:
|
||||||
http_proxy: {{ http_proxy | default('') }}
|
http_proxy: {{ http_proxy | default('') }}
|
||||||
https_proxy: {{ https_proxy | default('') }}
|
https_proxy: {{ https_proxy | default('') }}
|
||||||
@@ -53,6 +56,9 @@ services:
|
|||||||
{% if awx_container_search_domains is defined %}
|
{% if awx_container_search_domains is defined %}
|
||||||
dns_search: "{{ awx_container_search_domains }}"
|
dns_search: "{{ awx_container_search_domains }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if awx_container_search_domains is defined %}
|
||||||
|
dns: "{{ awx_alternate_dns_servers }}"
|
||||||
|
{% endif %}
|
||||||
environment:
|
environment:
|
||||||
http_proxy: {{ http_proxy | default('') }}
|
http_proxy: {{ http_proxy | default('') }}
|
||||||
https_proxy: {{ https_proxy | default('') }}
|
https_proxy: {{ https_proxy | default('') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user