This is a cookbook that will install chocolatey simple-server and chocolatey central management console https://chocolatey.org/docs/installation-licensed#how-do-i-install-the-licensed-edition
This has been written for server 2016 and tested on a domain joined server
Does use: chocolatey cookbook - https://github.com/chocolatey/chocolatey-cookbook.git iis cookbook - https://github.com/chef-cookbooks/iis.git
default
- installs chocolatey simple-serverccm
- installs chocolatey central management server *must be installed on own server
Key | Type | Description | Default |
---|---|---|---|
['chocolatey-server']['license'] | Your license file for Chocolatey for Business (C4B) | chocolatey.license.xml | |
['chocolatey-server']['sqlsource'] | URL SQL Server 2017 Developer Trial | https://go.microsoft.com/fwlink/?linkid=853016 | |
['chocolatey-server']['database-options'] | string | https://chocolatey.org/docs/features-chocolatey-central-management#installing-chocolatey-management-database | -y |
['chocolatey-server']['service-options'] | string | https://chocolatey.org/docs/features-chocolatey-central-management#installing-chocolatey-management-service | -y |
['chocolatey-server']['web-options'] | string | https://chocolatey.org/docs/features-chocolatey-central-management#installing-chocolatey-management-web | -y |
chocolatey-management-service: auto creates a self signed certificate.
- If you are using a domain joined computer and want to use the self cert then use the
/CertificateDNSName
parameter. - If you are using a 3rd party certificate then use the
/CertificateThumbprint
parameter