Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

Inbuilt DSC/Custom scripts for easier provisioning #8

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

This could be for things like remoting, web server/.net installs etc.

For now, I'll just put in place the backbone and some simple DSC scripts; so that more can be easily added later on.

General format when being using will be like:

"provisioners": {
    "remoting": "dsc: @{Remoting}",
    "web": "dsc: @{WebServer}"
}

The rest is normal provisioner usage logic.

Badgerati commented 7 years ago

Both Remoting and WebServer have been added as inbuilt DSC provision scripts. More can be added later, including custom ones