Skip to content

Commit f98ccac

Browse files
committed
WIP: Inventory with groups
1 parent f0777fb commit f98ccac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

infra/ansible/stage_inventory.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
aggregator:
2+
hosts:
3+
aligned-holesky-aggregator-1:
4+
ansible_host: aligned-ansible
5+
ansible_user: admin
6+
app_user: app
7+
ansible_python_interpreter: /usr/bin/python3
8+
#batcher:
9+
# hosts:
10+
# aligned-holesky-batcher:
11+
# ansible_host: aligned-holesky-batcher
12+
# ansible_user: admin
13+
# ansible_python_interpreter: /usr/bin/python3
14+
#explorer:
15+
# hosts:
16+
# aligned-holesky-explorer:
17+
# ansible_host: aligned-holesky-explorer
18+
# ansible_user: admin
19+
# ansible_python_interpreter: /usr/bin/python3

0 commit comments

Comments
 (0)