-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yml
173 lines (144 loc) · 3.58 KB
/
inventory.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
---
mgmt_intra:
children:
bastion:
mgmt_tools:
children:
aap_intra:
children:
aap_controller:
aap_pah:
aap_db:
aap_execution_node_intra:
satellite:
idm:
children:
ipaserver:
ipareplicas:
ipahidden:
misc:
children:
rootca:
github_runner:
work:
children:
work_intra:
# work_dmz:
work_intra:
children:
workload_servers_intra:
children:
workload_servers_intra_dev:
children:
workload_servers_intra_dev_rhel8:
workload_servers_intra_dev_rhel9:
workload_servers_intra_qa:
children:
workload_servers_intra_qa_rhel8:
workload_servers_intra_qa_rhel9:
workload_servers_intra_prod:
children:
workload_servers_intra_prod_rhel8:
workload_servers_intra_prod_rhel9:
# work_dmz:
# children:
# mgmt_tools_dmz:
# children:
# satellite_dmz:
# aap_dmz:
# children:
# aap_execution_node_dmz:
# aap_hop_node_dmz:
# workload_servers_dmz:
# children:
# workload_servers_dmz_dev:
# children:
# workload_servers_dmz_dev_rhel8:
# workload_servers_dmz_dev_rhel9:
# workload_servers_dmz_qa:
# children:
# workload_servers_dmz_qa_rhel8:
# workload_servers_dmz_qa_rhel9:
# workload_servers_intra_prod:
# children:
# workload_servers_dmz_prod_rhel8:
# workload_servers_dmz_prod_rhel9:
# Bastion
bastion:
hosts:
hermes.internal.showroom.run: # bastion host
ansible_host: hermes.showroom.run
# Misc
rootca:
hosts:
zeus.internal.showroom.run: # rootCA
github_runner:
hosts:
poseidon.internal.showroom.run: # self-hosted github runner
# IDM
ipaserver:
hosts:
athena.internal.showroom.run: # idm primary server
ipareplicas:
hosts:
hestia.internal.showroom.run: # idm replica server
demeter.internal.showroom.run: # idm hidden replica server
ipahidden:
hosts:
demeter.internal.showroom.run:
# Satellite
satellite:
hosts:
aphrodite.internal.showroom.run: # satellite
# satellite_dmz:
# hosts:
# AAP
aap:
children:
aap_intra:
# aap_dmz:
aap_controller:
hosts:
clotho.internal.showroom.run: # aap controller
aap_pah:
hosts:
lachesis.internal.showroom.run: # aap pah
aap_db:
hosts:
atropos.internal.showroom.run: # aap db
aap_execution_node_intra:
hosts:
achilles.internal.showroom.run: # aap intra execution node
# Workloads_intra
workload_servers_intra_dev_rhel8:
hosts:
jupiter.internal.showroom.run: # rhel8.9
uranus.internal.showroom.run: # rhel8.10
workload_servers_intra_dev_rhel9:
hosts:
juno.internal.showroom.run: # rhel9.3
workload_servers_intra_qa_rhel8:
hosts:
minerva.internal.showroom.run: # rhel8.9
workload_servers_intra_qa_rhel9:
hosts:
mercury.internal.showroom.run: # rhel9.3
workload_servers_intra_prod_rhel8:
hosts:
neptune.internal.showroom.run: # rhel8.9
workload_servers_intra_prod_rhel9:
hosts:
venus.internal.showroom.run: # rhel9.3
# Workloads_dmz
# workload_servers_intra_dev_rhel8:
# hosts:
# workload_servers_intra_dev_rhel9:
# hosts:
# workload_servers_intra_qa_rhel8:
# hosts:
# workload_servers_intra_qa_rhel9:
# hosts:
# workload_servers_intra_prod_rhel8:
# hosts:
# workload_servers_intra_prod_rhel9:
# hosts: