Skip to content

Commit

Permalink
add promtail_extra_args
Browse files Browse the repository at this point in the history
  • Loading branch information
sfhl committed Feb 13, 2024
1 parent 9db043a commit 65bae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
| `promtail_version` | "2.9.4" | promtail package version. Also accepts *latest* as parameter. |
| `promtail_custom_checksum` | "" | Custom checksum for custom build promtail binaries |
| `promtail_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes the path where zip archive of promtail is stored on host on which ansible is ran. |
| `promtail_extra_args` | "[]" | Allows to set extra arguments to the binary within the systemd service file. |
| `promtail_extra_args` | [] | Allows to set extra arguments to the binary within the systemd service file. |
| `promtail_config_dir` | /etc/promtail | Directory for storing promtail configuration file |
| `promtail_config_expand_env` | "false" | value of promtail [-config.expand-env](https://grafana.com/docs/loki/latest/clients/promtail/configuration/#use-environment-variables-in-the-configuration) option |
| `promtail_config_file_sd_dir` | "{{ promtail_config_dir }}/file_sd" | Default directory for `file_sd` discovery |
Expand Down

0 comments on commit 65bae1a

Please sign in to comment.