Skip to content

Commit 45b4847

Browse files
committed
chore(infra): add Hoodi inventory
1 parent 9f323cb commit 45b4847

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

infra/ansible/hoodi-inventory.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
aggregator:
2+
hosts:
3+
aligned-hoodi-aggregator:
4+
ansible_host: aligned-hoodi-aggregator
5+
admin_user: admin
6+
ansible_user: app
7+
ansible_python_interpreter: /usr/bin/python3
8+
9+
batcher:
10+
hosts:
11+
aligned-hoodi-batcher:
12+
ansible_host: aligned-hoodi-batcher
13+
admin_user: admin
14+
ansible_user: app
15+
ansible_python_interpreter: /usr/bin/python3
16+
17+
explorer:
18+
hosts:
19+
aligned-hoodi-explorer:
20+
ansible_host: aligned-hoodi-explorer
21+
admin_user: admin
22+
ansible_user: app
23+
ansible_python_interpreter: /usr/bin/python3
24+
25+
telemetry:
26+
hosts:
27+
aligned-hoodi-telemetry:
28+
ansible_host: aligned-hoodi-telemetry
29+
admin_user: admin
30+
ansible_user: app
31+
ansible_python_interpreter: /usr/bin/python3
32+
33+
operator:
34+
hosts:
35+
aligned-hoodi-operator-1:
36+
ansible_host: aligned-hoodi-operator-1
37+
admin_user: admin
38+
ansible_user: app
39+
ansible_python_interpreter: /usr/bin/python3

0 commit comments

Comments
 (0)