adding samples
This commit is contained in:
111
sample/Deployment.psd1
Normal file
111
sample/Deployment.psd1
Normal file
@@ -0,0 +1,111 @@
|
||||
@{
|
||||
Templates = @(
|
||||
@{
|
||||
TemplateName = "HZD Template"
|
||||
TemplatePath = "./Configurations/HZD.psd1"
|
||||
},
|
||||
@{
|
||||
TemplateName = "SQL Server Template"
|
||||
TemplatePath = "./Configurations/Services/Template-SQLServer.psd1"
|
||||
},
|
||||
@{
|
||||
TemplateName = "Umgebungs Template"
|
||||
TemplatePath = "./Configurations/Umgebungen/Template-Test.psd1"
|
||||
}
|
||||
)
|
||||
|
||||
AllNodes = @(
|
||||
@{
|
||||
NodeName = "JURZMAZSSQL901"
|
||||
}
|
||||
)
|
||||
|
||||
NonNodeData =@{
|
||||
Services = @{
|
||||
SQLServer = @{
|
||||
Instances = @(
|
||||
@{
|
||||
Name = 'MSSQLSERVER'
|
||||
|
||||
ServiceAccounts = @{
|
||||
SQLEngineAccount = @{
|
||||
ServiceAccountName = "gmsaE2Af901"
|
||||
AccountType = "Group"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
ManagedPasswordPrincipals = @(
|
||||
@{
|
||||
GroupName = "sicE2AfE2ADB901"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
}
|
||||
)
|
||||
}
|
||||
SQLAgentAccount = @{
|
||||
ServiceAccountName = "gmsaE2Aa901"
|
||||
AccountType = "Group"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
ManagedPasswordPrincipals = @(
|
||||
@{
|
||||
GroupName = "sicE2AfE2ADB901"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
AlwaysOn = @{
|
||||
StartIndex = "B"
|
||||
AlwaysOnGroups = @(
|
||||
@{
|
||||
Name = "TestAG"
|
||||
FailoverMode ="Automatic"
|
||||
SeedingMode = "Automatic"
|
||||
Listener = @{
|
||||
Provision = $true
|
||||
IpAddress = "'10.96.x.x/255.255.255.0','10.96.x.x/255.255.255.0'"
|
||||
Port = 1433
|
||||
}
|
||||
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
ConfigurationOptions= @()
|
||||
|
||||
AdditionalScripts = @()
|
||||
},
|
||||
@{
|
||||
Name = 'MSSQLSERVERTEST'
|
||||
|
||||
ServiceAccounts = @{
|
||||
SQLEngineAccount = @{
|
||||
ServiceAccountName = "gmsaE2Af901"
|
||||
AccountType = "Group"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
ManagedPasswordPrincipals = @(
|
||||
@{
|
||||
GroupName = "sicE2AfE2ADB901"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
}
|
||||
)
|
||||
}
|
||||
SQLAgentAccount = @{
|
||||
ServiceAccountName = "gmsaE2Aa901"
|
||||
AccountType = "Group"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
ManagedPasswordPrincipals = @(
|
||||
@{
|
||||
GroupName = "sicE2AfE2ADB901"
|
||||
Path = "OU=DBA,OU=Dienste_Verfahren,OU=Administration,DC=justiz,DC=hessen,DC=de"
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
ConfigurationOptions= @()
|
||||
|
||||
AdditionalScripts = @()
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user