This is kept updated with best practices, it applies only to the single binary, non horizontal deployment
https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
diff --color=always --side-by-side \
| @echo off | |
| setlocal enableextensions | |
| chcp 65001 | |
| set input=%1 | |
| set device=%2 | |
| set loglevel=quiet | |
| for %%i in ("%~f1") do set dirname=%%~dpi | |
| for %%i in ("%~f1") do set extension=%%~xi | |
| set tempfile=%dirname%%RANDOM%-temp.m4a |
This is kept updated with best practices, it applies only to the single binary, non horizontal deployment
https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
diff --color=always --side-by-side \
Here is how to use pipx to install ansible and related tools.
pipx install --include-deps ansible
pipx inject --include-apps ansible ansible-lint
pipx inject --include-apps ansible molecule
pipx inject ansible 'molecule-plugins[podman,vagrant]'