cookbook 'winrm', '= 3.0.0'
winrm (12) Versions 3.0.0 Follow8
Installs and configures WinRM
cookbook 'winrm', '= 3.0.0', :supermarket
knife supermarket install winrm
knife supermarket download winrm
WinRM Cookbook
Installs and configures WinRM on a Windows System
Requirements
Platforms
- Windows 2008 R2
- Windows 2012 R2
If you would like support for your preferred platform. Please think about creating a Vagrant Box and adding test platforms
Chef
- Chef 13.0+
Known Limitations
- Does not install PowerShell, must be already installed.
Recipes
default
Installs and configures WinRM on the windows system. Ensures firewall rules allow traffic to WinRM.
The recipe does the following:
- Search for thumbprint for the FQDN of the node, if found use it. Otherwise create a new self signed SSL certificate if SSL is enabled.
- Install WinRM via quick configure
- Configure listeners, HTTP and/or HTTPS
- Configure additional options
- Create firewall rules
Resources
winrm_listener_config
Configure winrm listeners on a host. Previously this resource was named winrm
and that legacy name will continue to function.
Actions
-
:create
- configure a listener
Properties
-
hostname
- Used for creating the listeners and finding the certificate thumbprint or creating a new one, default node['fqdn'] -
trusted_hosts
- Trusted hosts to allow connections from, default '*' -
max_shell_memory
- Max memory allowed for each remote shell, default 1024 -
thumbprint
- Specify a certificate thumbprint to use, ifnil
will looks for certificate matching hostname, default nil -
listen_http
- Enable HTTP listener, default true -
listen_https
- Enable HTTPS listener, default true -
allow_unencrypted
- Wether to allow unencrypted WinRM connections, default true -
allow_basic_auth
- Enable Basic Authentication, default true -
generate_cert
- Whether to generate a cert if none is found, default true
Examples
winrm_listener_config 'default' do listen_http false allow_unencrypted false end
License
Copyright 2014-2015, Webtrends Inc.
Copyright 2019, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Winrm Changelog
3.0.0 (2019-02-02)
- This cookbook now requires Chef 13 or later as Chef 12 has been end of life for nearly a year
- Rename the
winrm
resource towinrm_listener_config
with backwards compatibility for the old name - Renamed the resource properties to better align with other Chef resources while providing full compatibility with the previous names
2.0.0 (2017-10-19)
- * BREAKING CHANGE, attributes no longer exist
- Convert to custom resource
- Update to work with newer chef versions
1.0.2
- Added configurable Everyone group attribute
1.0.1 (10-16-2015)
- Added Kitchen CI config
- Added rubocop config
- Added Berksfile
- Added gitignore and chefignore filex
- Moved Gemfile and add standard development dependencies
- Fixed the license in the metadata to be Apache 2.0
- Added modern Ruby releases to Travis and add rubocop and chefspec testing
- Added retina badges to the readme and added the cookbook version badge
1.0.0 (02-14-2014):
- Initial release of the WinRM cookbook
- Adding support for Travis-CI and foodcritic
Collaborator Number Metric
3.0.0 passed this metric
Contributing File Metric
3.0.0 passed this metric
Foodcritic Metric
3.0.0 passed this metric
No Binaries Metric
3.0.0 failed this metric
Failure: Cookbook should not contain binaries. Found:
winrm/files/selfssl.exe
Testing File Metric
3.0.0 passed this metric
Version Tag Metric
3.0.0 passed this metric
3.0.0 passed this metric
3.0.0 passed this metric
Foodcritic Metric
3.0.0 passed this metric
No Binaries Metric
3.0.0 failed this metric
Failure: Cookbook should not contain binaries. Found:
winrm/files/selfssl.exe
Testing File Metric
3.0.0 passed this metric
Version Tag Metric
3.0.0 passed this metric
3.0.0 passed this metric
3.0.0 failed this metric
Failure: Cookbook should not contain binaries. Found:
winrm/files/selfssl.exe
Testing File Metric
3.0.0 passed this metric
Version Tag Metric
3.0.0 passed this metric
3.0.0 passed this metric
3.0.0 passed this metric