summaryrefslogtreecommitdiff
path: root/ansible/scripts/setup-websql.ps1
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-14 20:11:47 +0300
committerheqnx <root@heqnx.com>2025-07-14 20:11:47 +0300
commite70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2 (patch)
treec897782e27ddb84faf80b7030509fafa3466d3d2 /ansible/scripts/setup-websql.ps1
parent116a86865e3f0636bf5821e066d9b6956f0363e0 (diff)
downloadansible-active-directory-range-e70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2.tar.gz
ansible-active-directory-range-e70ce7f0dc0dd35f9ad985633f521ffc0e36f0a2.zip
added mssql02 linked to websql01
Diffstat (limited to 'ansible/scripts/setup-websql.ps1')
-rw-r--r--ansible/scripts/setup-websql.ps13
1 files changed, 1 insertions, 2 deletions
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!"
)