Initial hyper-v demo skeleton
This commit is contained in:
31
group_vars/web_servers.yml
Normal file
31
group_vars/web_servers.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user