From 6b534bdcbd19aaf49e7f39ed89749814d30f83c3 Mon Sep 17 00:00:00 2001 From: sudo-Tiz Date: Thu, 4 Jul 2024 13:56:41 +0200 Subject: [PATCH] hotfix(url_base_prefix) fix arg but keep commented --- templates/group_vars_mash_servers | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/group_vars_mash_servers b/templates/group_vars_mash_servers index a1644689..05f0d5f8 100644 --- a/templates/group_vars_mash_servers +++ b/templates/group_vars_mash_servers @@ -1646,15 +1646,14 @@ cadvisor_container_labels_metrics_middleware_basic_auth_users: "{{ mash_playbook cadvisor_container_extra_arguments_auto: - "--mount type=bind,source=/,destination=/rootfs,readonly" - - "--mount type=bind,source=/var/run,destination=/var/run,readonly" - "--mount type=bind,source=/sys,destination=/sys,readonly" - "--mount type=bind,source=/var/lib/docker/,destination=/var/lib/docker,readonly" - "--mount type=bind,source=/dev/disk/,destination=/dev/disk,readonly" -# cadvisor_process_extra_arguments_auto: -# - "--url_base_prefix={{ cadvisor_container_labels_traefik_path_prefix }}" +cadvisor_process_extra_arguments_auto: + # - "-url_base_prefix={{ cadvisor_container_labels_traefik_path_prefix }}" ######################################################################## # #