-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
domain.yml
40 lines (32 loc) · 808 Bytes
/
domain.yml
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
# FQDN of your domain
dns_name: hunter.lab
# Hostname of the domain controller
dc_name: DC-1
# Credentials of the initial domain admin
initial_domain_admin:
username: hunter
password: Hunt3r123.
organizational_units: {}
# Domain users - by default, password := username
users:
- username: christophe
- username: brent
- username: dany
password: Dany123
- username: karen
# Domain groups
groups:
- dn: CN=Hunters,CN=Users
members: [christophe, dany]
# Credentials of the local admin created on all workstations
default_local_admin:
username: localadmin
password: Localadmin!
# Workstations to create and to domain-join
workstations:
- name: XTOF-WKS
local_admins: [christophe]
- name: DANY-WKS
local_admins: [dany]
# Should the Windows firewall be enabled?
enable_windows_firewall: no