From e70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2 Mon Sep 17 00:00:00 2001 From: heqnx Date: Mon, 14 Jul 2025 20:11:47 +0300 Subject: added mssql02 linked to websql01 --- ansible/scripts/setup-websql.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ansible/scripts/setup-websql.ps1') diff --git a/ansible/scripts/setup-websql.ps1 b/ansible/scripts/setup-websql.ps1 index 02e370b..7881291 100644 --- a/ansible/scripts/setup-websql.ps1 +++ b/ansible/scripts/setup-websql.ps1 @@ -1,7 +1,6 @@ param ( [string]$DomainName = "contoso.com", - #[string]$SvcUsername = "svc_websql01", - [string]$SvcUsername = "svc_mssql02", + [string]$SvcUsername = "svc_websql01", [string]$SvcPassword = "Svc1234!" ) -- cgit v1.2.3