This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathinventory.ini
executable file
·146 lines (114 loc) · 3.68 KB
/
inventory.ini
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
localhost
[all:vars]
ethereum_network_name=4844-devnet-7
[bootnode]
bootnode-1 ansible_host=206.189.105.76 cloud=digitalocean cloud_region=ams3
[lighthouse_besu]
lighthouse-besu-1 ansible_host=206.189.97.3 cloud=digitalocean cloud_region=ams3 validator_start=460 validator_end=470
[lighthouse_ethereumjs]
lighthouse-ethereumjs-1 ansible_host=178.62.213.118 cloud=digitalocean cloud_region=ams3 validator_start=870 validator_end=880
[lighthouse_geth]
lighthouse-geth-1 ansible_host=206.189.9.228 cloud=digitalocean cloud_region=ams3 validator_start=670 validator_end=870
[lighthouse_nethermind]
lighthouse-nethermind-1 ansible_host=178.62.213.159 cloud=digitalocean cloud_region=ams3 validator_start=470 validator_end=670
[lodestar_besu]
lodestar-besu-1 ansible_host=188.166.4.161 cloud=digitalocean cloud_region=ams3 validator_start=0 validator_end=10
[lodestar_ethereumjs]
lodestar-ethereumjs-1 ansible_host=178.62.212.110 cloud=digitalocean cloud_region=ams3 validator_start=20 validator_end=30
[lodestar_geth]
lodestar-geth-1 ansible_host=159.223.229.137 cloud=digitalocean cloud_region=ams3 validator_start=30 validator_end=40
[lodestar_nethermind]
lodestar-nethermind-1 ansible_host=178.128.252.158 cloud=digitalocean cloud_region=ams3 validator_start=10 validator_end=20
[nimbus_besu]
nimbus-besu-1 ansible_host=157.245.75.248 cloud=digitalocean cloud_region=ams3
[nimbus_ethereumjs]
nimbus-ethereumjs-1 ansible_host=161.35.149.234 cloud=digitalocean cloud_region=ams3
[nimbus_geth]
nimbus-geth-1 ansible_host=128.199.41.78 cloud=digitalocean cloud_region=ams3
[nimbus_nethermind]
nimbus-nethermind-1 ansible_host=128.199.41.66 cloud=digitalocean cloud_region=ams3
[prysm_besu]
prysm-besu-1 ansible_host=157.245.75.246 cloud=digitalocean cloud_region=ams3
[prysm_ethereumjs]
prysm-ethereumjs-1 ansible_host=146.190.226.186 cloud=digitalocean cloud_region=ams3
[prysm_geth]
prysm-geth-1 ansible_host=128.199.37.238 cloud=digitalocean cloud_region=ams3 validator_start=880 validator_end=900
[prysm_nethermind]
prysm-nethermind-1 ansible_host=128.199.37.180 cloud=digitalocean cloud_region=ams3
[teku_besu]
teku-besu-1 ansible_host=142.93.132.199 cloud=digitalocean cloud_region=ams3 validator_start=40 validator_end=50
[teku_ethereumjs]
teku-ethereumjs-1 ansible_host=206.189.97.88 cloud=digitalocean cloud_region=ams3 validator_start=250 validator_end=260
[teku_geth]
teku-geth-1 ansible_host=159.223.229.72 cloud=digitalocean cloud_region=ams3 validator_start=260 validator_end=460
[teku_nethermind]
teku-nethermind-1 ansible_host=188.166.6.113 cloud=digitalocean cloud_region=ams3 validator_start=50 validator_end=250
# Consensus client groups
[lighthouse:children]
lighthouse_besu
lighthouse_ethereumjs
lighthouse_geth
lighthouse_nethermind
[lodestar:children]
lodestar_besu
lodestar_ethereumjs
lodestar_geth
lodestar_nethermind
[nimbus:children]
nimbus_besu
nimbus_ethereumjs
nimbus_geth
nimbus_nethermind
[teku:children]
teku_besu
teku_ethereumjs
teku_geth
teku_nethermind
[prysm:children]
prysm_besu
prysm_ethereumjs
prysm_geth
prysm_nethermind
# Execution client groups
[besu:children]
lighthouse_besu
lodestar_besu
nimbus_besu
prysm_besu
teku_besu
[ethereumjs:children]
lighthouse_ethereumjs
lodestar_ethereumjs
nimbus_ethereumjs
prysm_ethereumjs
teku_ethereumjs
[geth:children]
lighthouse_geth
lodestar_geth
nimbus_geth
prysm_geth
teku_geth
[nethermind:children]
lighthouse_nethermind
lodestar_nethermind
nimbus_nethermind
prysm_nethermind
teku_nethermind
[erigon:children]
# Global groups
[consensus_node:children]
lighthouse
lodestar
nimbus
prysm
teku
[execution_node:children]
besu
ethereumjs
geth
nethermind
[ethereum_node:children]
consensus_node
execution_node
#[beaconchain_explorer:children]
#lighthouse_erigon