Skip to content

Commit

Permalink
adding inventory refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Sep 26, 2024
1 parent 77f4f9b commit 4c151bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@
0
)
}}
- name: Refresh inventory web
ansible.builtin.import_role:
name: ethpandaops.general.ethereum_inventory_web
tags: [ethereum, ethereum_node, eth_inventory_web, ethereum_inventory_web]
delegate_to: bootnode-1

- hosts: bootnode
become: true
roles:
- role: ethpandaops.general.ethereum_inventory_web
tags: [ethereum, ethereum_node, eth_inventory_web, ethereum_inventory_web]
tags: [eth_inventory_web, ethereum_inventory_web]

- hosts: dora
become: true
Expand Down

0 comments on commit 4c151bd

Please sign in to comment.