infra-nimbus/ansible/host_vars/macm2-01.ih-eu-mda1.nimbus.holesky.yml
Jakub Sokołowski 126afac14b
holesky: fix Geth port numbers on macm2-01
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-09-24 15:47:04 +02:00

6 lines
229 B
YAML

---
# Can't log in via VNC without password.
bootstrap__admin_pass: '{{lookup("passwordstore", "hosts/macos/admin/pass")}}'
beacon_node_exec_layer_urls: ['http://holesky-01.ih-eu-mda1.nimbus.geth.wg:{{ 8551 + (idx|int) + 1 }}']