Skip to content
Snippets Groups Projects

Draft: Enable Loki as a replacement for Elasticsearch when `enable_loki` is set.

Closed ale requested to merge loki into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,4 +17,4 @@
@@ -17,4 +17,4 @@
# Set up a SOCKS5 proxy for debugging purposes, running on 'host1'.
# Set up a SOCKS5 proxy for debugging purposes, running on 'host1'.
- include_tasks: debug-proxy.yml
- include_tasks: debug-proxy.yml
when: "inventory_hostname == 'host1' and enable_testing_socks_proxy|default(True) and testing|default(True)"
when: "enable_testing_socks_proxy|default(True) and testing|default(True)"
Loading