Skip to content

Commit

Permalink
Merge pull request #24 from ethpandaops/pk910/dora-rename
Browse files Browse the repository at this point in the history
rename `beaconlight_explorer` role to `dora`
  • Loading branch information
barnabasbusa authored Sep 29, 2023
2 parents 5dd3802 + 7b95e00 commit 80c68b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ default_tooling_images:
eth_fauceth: chainflag/eth-faucet:latest
blobscan: blossomlabs/blobscan:latest
blobscan_indexer: blossomlabs/blobscan-indexer:latest
light_beaconchain_explorer: pk910/light-beaconchain-explorer:latest
dora: ethpandaops/dora:master
6 changes: 3 additions & 3 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
- role: ethpandaops.general.ethereum_inventory_web
tags: [eth_inventory_web, ethereum_inventory_web]

- hosts: beaconlight
- hosts: dora
become: true
roles:
- role: ethpandaops.general.beaconlight_explorer
tags: [beaconlight_explorer]
- role: ethpandaops.general.dora
tags: [dora]

- hosts: localhost
roles:
Expand Down

0 comments on commit 80c68b1

Please sign in to comment.