Initial hyper-v demo skeleton
This commit is contained in:
20
group_vars/windows_servers.yml
Normal file
20
group_vars/windows_servers.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# Windows Server configuration
|
||||
|
||||
# Windows Update settings
|
||||
windows_update_categories:
|
||||
- CriticalUpdates
|
||||
- SecurityUpdates
|
||||
- UpdateRollups
|
||||
|
||||
# Common Windows features
|
||||
windows_features_remove:
|
||||
- Windows-Defender
|
||||
|
||||
# Timezone
|
||||
timezone: "Eastern Standard Time"
|
||||
|
||||
# DNS servers
|
||||
dns_servers:
|
||||
- 192.168.1.1
|
||||
- 192.168.1.2
|
||||
Reference in New Issue
Block a user