
2. Added calls of drivers. Now heat is called from cmd instead of client. Should be rewritten. 3. ActiveDirectory makes a static template. Need to rewrite this with working with actual parameters.
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
{
|
|
"type": "active_directory_service",
|
|
"zones": ["zone1"],
|
|
"domain": "ACME.cloud",
|
|
"AdminUser": "Admin",
|
|
"AdminPassword": "StrongPassword",
|
|
"DomainControllerNames": ["AD-DC001"]
|
|
}
|