Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created April 20, 2018 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artisticcheese/bf914ad3ba736f3a62a0484e2f93567f to your computer and use it in GitHub Desktop.
Save artisticcheese/bf914ad3ba736f3a62a0484e2f93567f to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmssName": {
"value": "swarmhosts"
},
"instanceCount": {
"value": 2
},
"adminUsername": {
"value": "cloudadmin"
},
"adminPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/b55607ab-c703-4044-a526-72bd701b0d48/resourceGroups/Utility-RG/providers/Microsoft.KeyVault/vaults/GregKeyVault"
},
"secretName": "WindowsPasswordSecret"
}
},
"registrationUrl": {
"value": "https://scus-agentservice-prod-1.azure-automation.net/accounts/3459491c-abe7-4802-91d2-be4313be6272"
},
"registrationKey": {
"reference": {
"keyVault": {
"id": "/subscriptions/b55607ab-c703-4044-a526-72bd701b0d48/resourceGroups/Utility-RG/providers/Microsoft.KeyVault/vaults/GregKeyVault"
},
"secretName": "AzureAutomationKey"
}
},
"hostVMprofile": {
"value": {
"hostvmSku": "Standard_D2",
"windowsOSVersion": "Datacenter-Core-1709-with-Containers-smalldisk",
"offer": "WindowsServerSemiannual"
}
},
"LicenseType": {
"value": "Windows_Server"
},
"AutomationaccountName": {
"value": "AutomationAccount"
},
"AutomationaccountRGName": {
"value": "Utility-RG"
},
"WorkerNodeDSCConfigURL": {
"value": "https://raw.githubusercontent.com/artisticcheese/dockerswarmarm/master/swarmhost.ps1"
},
"SwarmManagerNodeDSCConfigURL": {
"value": "https://raw.githubusercontent.com/artisticcheese/dockerswarmarm/master/swarmmanager.ps1"
},
"swarmmanagerdeploymenturi": {
"value": "https://raw.githubusercontent.com/artisticcheese/dockerswarmarm/master/nestedtemplates/swarmmanagerdeployment.json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment