initial commit of stackdriver_monitoring role for GCP Stackdriver

This commit is contained in:
Eric Anderson 2020-04-24 16:19:46 -07:00
commit ac34d661ff
15 changed files with 246 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{% 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 %}
{% if stackdriver_no_proxy %}
export no_proxy==169.254.169.254
{% endif %}