diff --git a/roles/custom/matrix-bot-buscarron/defaults/main.yml b/roles/custom/matrix-bot-buscarron/defaults/main.yml index 09981816b..d99400700 100644 --- a/roles/custom/matrix-bot-buscarron/defaults/main.yml +++ b/roles/custom/matrix-bot-buscarron/defaults/main.yml @@ -51,15 +51,15 @@ matrix_bot_buscarron_metrics_password: '' matrix_bot_buscarron_metrics_ips: [] # healthchecks.io integration -matrix_bot_buscarron_hc_url: '' # default is https://hc-ping.com (healthchecks.io) -matrix_bot_buscarron_hc_uuid: '' # check UUID +matrix_bot_buscarron_hc_url: '' # default is https://hc-ping.com (healthchecks.io) +matrix_bot_buscarron_hc_uuid: '' # check UUID # redmine integration -matrix_bot_buscarron_redmine_host: '' # e.g. https://redmine.example.com +matrix_bot_buscarron_redmine_host: '' # e.g. https://redmine.example.com matrix_bot_buscarron_redmine_apikey: '' -matrix_bot_buscarron_redmine_project: '' # project identifier (e.g., my-project) -matrix_bot_buscarron_redmine_trackerid: '' # task tracker ID (e.g., 1) -matrix_bot_buscarron_redmine_statusid: '' # task status ID (e.g., 1) +matrix_bot_buscarron_redmine_project: '' # project identifier (e.g., my-project) +matrix_bot_buscarron_redmine_trackerid: '' # task tracker ID (e.g., 1) +matrix_bot_buscarron_redmine_statusid: '' # task status ID (e.g., 1) # matrix_bot_buscarron_container_labels_traefik_enabled controls whether labels to assist a Traefik reverse-proxy will be attached to the container.