Skip to content

Instantly share code, notes, and snippets.

@erichexter
Created April 17, 2014 12:20
Show Gist options
  • Save erichexter/10979053 to your computer and use it in GitHub Desktop.
Save erichexter/10979053 to your computer and use it in GitHub Desktop.
Landlord windows environment configuration
for($i=0;$i -lt 2;$i++){
Machine Web$i {
Add-WindowsFeature Net-Framework
Probision base.ps1
Provision webserver.ps1
Provision octopus.ps1 www development
}
}
Machine "Job" {
Provision Base.ps1
Provision octopus.ps1 job development
}
Machine "Admin" {
Provision base.ps1
Provision webserver.ps1
Provision octopus.ps1 admin development
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment