32 lines
634 B
YAML
32 lines
634 B
YAML
---
|
|
# Web server configuration
|
|
|
|
# IIS features to install
|
|
iis_features:
|
|
- Web-Server
|
|
- Web-WebServer
|
|
- Web-Common-Http
|
|
- Web-Default-Doc
|
|
- Web-Dir-Browsing
|
|
- Web-Http-Errors
|
|
- Web-Static-Content
|
|
- Web-Http-Redirect
|
|
- Web-Health
|
|
- Web-Http-Logging
|
|
- Web-Performance
|
|
- Web-Stat-Compression
|
|
- Web-Dyn-Compression
|
|
- Web-Security
|
|
- Web-Filtering
|
|
- Web-Mgmt-Tools
|
|
- Web-Mgmt-Console
|
|
|
|
# Application pool settings
|
|
iis_app_pool_name: DefaultAppPool
|
|
iis_app_pool_identity: ApplicationPoolIdentity
|
|
|
|
# Website settings
|
|
iis_website_name: Default Web Site
|
|
iis_website_port: 80
|
|
iis_website_path: C:\inetpub\wwwroot
|