cookbook 'esri-iis', '= 0.1.1'
esri-iis (7) Versions 0.1.1 Follow4
Enables IIS features required by ArcGIS Web Adaptor (IIS) and configures HTTPS binding.
cookbook 'esri-iis', '= 0.1.1', :supermarket
knife supermarket install esri-iis
knife supermarket download esri-iis
esri-iis Cookbook
This cookbook enables IIS, installs features required by ArcGIS Web Adaptor (IIS), configures HTTPS, and starts IIS.
Requirements
Platforms
- Windows 7
- Windows 8 (8.1)
- 8.1 requires .Net Framework 3.5 (See ms_dotnet cookbook README)
- Windows 10
- requires .Net Framework 3.5 (See ms_dotnet cookbook README)
- Windows Server 2008 (R2)
- Windows Server 2012 (R2)
- Windows Server 2016
Dependencies
The following cookbooks are required:
* openssl
* windows
Attributes
-
node['arcgis']['iis']['domain_name']
= Domain name used for generating self-signed SSL certificate. By default,<node FQDN>
is used. -
node['arcgis']['iis']['keystore_file']
= Path to PKSC12 keystore file (.pfx) with server SSL certificate for IIS. Default value isnil
. -
node['arcgis']['iis']['keystore_password']
= Password for keystore file with server SSL certificate for IIS. Default value isnil
. -
node['arcgis']['iis']['web_site']
= IIS web site to configure. Dafault value isDefault Web Site
. -
node['arcgis']['iis']['replace_https_binding']
= If false, the current HTTPS binding is not changed if it is already configured. Default value isfalse
. -
node['arcgis']['iis']['features']
= An array of windows features to be installed with IIS. Default value depends on Windows version.
Usage
Include esri-iis
in your node's run_list
:
{ "arcgis": { "iis": { "domain_name": "domain.com", "keystore_file" : "C:\\domain_com.pfx", "keystore_password": "test", "web_site": "Default Web Site", "replace_https_binding": false } }, "run_list": [ "recipe[esri-iis]" ] }
See wiki pages for more information about using ArcGIS cookbooks.
Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Contributing
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Licensing
Copyright 2017 Esri
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.
A copy of the license is available in the repository's License.txt file.
[](Esri Tags: ArcGIS Web Adaptor IIS Chef Cookbook)
[](Esri Language: Ruby)
Dependent cookbooks
windows >= 0.0.0 |
openssl >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
esri-iis CHANGELOG
This file is used to list changes made in each version of the esri-iis cookbook.
0.1.1
- Add ec2 test kitchen
0.1.0
- Initial release of esri-iis
Collaborator Number Metric
0.1.1 passed this metric
Contributing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.1 failed this metric
FC066: Ensure chef_version is set in metadata: esri-iis/metadata.rb:1
FC069: Ensure standardized license defined in metadata: esri-iis/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: esri-iis/resources/iis.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: esri-iis/providers/iis.rb:66
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 passed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.1.1 failed this metric
FC066: Ensure chef_version is set in metadata: esri-iis/metadata.rb:1
FC069: Ensure standardized license defined in metadata: esri-iis/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: esri-iis/resources/iis.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: esri-iis/providers/iis.rb:66
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
FC069: Ensure standardized license defined in metadata: esri-iis/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: esri-iis/resources/iis.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: esri-iis/providers/iis.rb:66
Run with Foodcritic Version 14.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number