-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbob.yml
More file actions
69 lines (59 loc) · 1.34 KB
/
bob.yml
File metadata and controls
69 lines (59 loc) · 1.34 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
all:
hosts:
# Bank of Berylia - RMS
rms:
ansible_host: 10.16.17.11
mp-match:
ansible_host: 10.16.17.12
# Bank of Berylia - Public Services
www:
ansible_host: 100.98.16.4
hermes:
ansible_host: 100.98.16.11
helpdesk:
ansible_host: 100.98.16.13
# Bank of Berylia - Internal Services
rms-rdp:
ansible_host: 10.16.16.11
siem:
ansible_host: 10.16.16.42
vars:
ansible_connection: ssh
ansible_user: root
ansible_password: Pars123!!
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
children:
# Bank of Berylia - RMS
bob-rms-linux:
hosts:
rms:
mp-match:
# Bank of Berylia - Public Services
bob-dmz-linux:
hosts:
www:
hermes:
helpdesk:
# Bank of Berylia - Internal Services
bob-int-linux:
hosts:
siem:
bob-int-windows:
hosts:
rms-rdp:
# Bank of Berylia - Linux Machines
bob-linux:
children:
bob-rms-linux:
bob-dmz-linux:
bob-int-linux:
# Bank of Berylia - Windows Machines
bob-windows:
children:
bob-int-windows:
# Bank of Berylia - All Machines
bob-all:
children:
bob-linux:
bob-windows: