-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprovision.yaml.example
48 lines (47 loc) · 1.04 KB
/
provision.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
vars:
domainname: dev.local
netbiosname: DEV
safemodepass: Admin123#
primarydns: 192.168.13.10
provider:
vmware:
clone_directory: "C:\\VMs"
locale:
culture: en-US
timezone: Eastern Standard Time
env:
labdomain: dev.local
labnetbiosname: DEV
labdns: 192.168.13.10
labgateway: 192.168.13.2
servers:
- name: dev-dc01
box: gusztavvargadr/windows-server-2022-standard
memory: 2048
cpus: 4
staticip:
base_address: 192.168.13.10
base_mac: 00:50:56:38:10:82
roles:
- domain-controller
- name: dev-irms01
box: gusztavvargadr/windows-server-2022-standard-core
memory: 4096
cpus: 4
staticip:
base_address: 192.168.13.50
base_mac: 00:50:56:20:6F:27
roles:
- member-server
- powershell-universal
disks:
- name: universal
size: 120
driveletter: D
packages:
- git.install
- helix
irms:
service_account: "DEV\\svc-irms"
account_pw: "sockMonkey0!"