Created
April 17, 2014 12:20
-
-
Save erichexter/10979053 to your computer and use it in GitHub Desktop.
Landlord windows environment configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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