forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible: add splunk_otel_collector_no_proxy variable (open-telemetry#…
…2482) * ansible: add splunk_otel_collector_no_proxy variable Signed-off-by: Maxime de Roucy <maxime.deroucy@fr.clara.net> * ansible: add splunk_otel_collector_no_proxy variable Signed-off-by: Maxime de Roucy <maxime.deroucy@fr.clara.net> Signed-off-by: Maxime de Roucy <maxime.deroucy@fr.clara.net>
- Loading branch information
1 parent
35c4a22
commit 5935731
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
deployments/ansible/roles/collector/templates/collector-service-proxy.conf.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[Service] | ||
Environment="HTTP_PROXY={{ splunk_otel_collector_proxy_http }}" | ||
Environment="HTTPS_PROXY={{ splunk_otel_collector_proxy_https }}" | ||
Environment="NO_PROXY=localhost,127.0.0.1,::1" | ||
Environment="NO_PROXY={{ splunk_otel_collector_no_proxy }}" |