ansible : add alloy role
This commit is contained in:
8
ansible/roles/alloy/templates/default.j2
Normal file
8
ansible/roles/alloy/templates/default.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# The configuration file holding the Grafana Alloy configuration.
|
||||
CONFIG_FILE="{{ alloy_config_file }}"
|
||||
|
||||
# User-defined arguments to pass to the run command.
|
||||
CUSTOM_ARGS="{{ alloy_run_args }}"
|
||||
|
||||
# Restart on system upgrade. Defaults to true.
|
||||
RESTART_ON_UPGRADE={{ alloy_restart_on_upgrade }}
|
||||
Reference in New Issue
Block a user