google.cloud/roles/stackdriver_logging/templates/default/google-fluentd
2020-04-24 15:54:06 -07:00

8 lines
268 B
Text

# {{ ansible_managed }}
{% if stackdriver_http_proxy is defined %}
export http_proxy="{{ stackdriver_http_proxy }}"
{% endif %}
{% if stackdriver_https_proxy is defined %}
export https_proxy="{{ stackdriver_https_proxy }}"
{% endif %}
export no_proxy==169.254.169.254