From 838a94f2659bb3c87cde3f18487775f869687ac5 Mon Sep 17 00:00:00 2001 From: igor04091968 Date: Sat, 6 Jun 2026 18:22:39 +0300 Subject: [PATCH] fix(ansible): set awatch portal auth realm --- ansible/deploy_proxmox_web_gateway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy_proxmox_web_gateway.yml b/ansible/deploy_proxmox_web_gateway.yml index a00ebf9..96698e2 100644 --- a/ansible/deploy_proxmox_web_gateway.yml +++ b/ansible/deploy_proxmox_web_gateway.yml @@ -14,7 +14,7 @@ proxmox_web_gateway_tls_cert_path: "{{ proxmox_web_gateway_tls_dir }}/fullchain.pem" proxmox_web_gateway_tls_key_path: "{{ proxmox_web_gateway_tls_dir }}/privkey.pem" proxmox_web_gateway_health_path: "/healthz" - proxmox_web_gateway_auth_realm: "DetMir operations gateway" + proxmox_web_gateway_auth_realm: "AWatch-rus portal 2026-06-06" proxmox_web_gateway_auth_user: "detmir" proxmox_web_gateway_auth_file: "/etc/nginx/proxmox-web-gateway.htpasswd" proxmox_web_gateway_credentials_file: "/etc/detmir/proxmox-web-gateway.credentials"