Skip to content

Commit

Permalink
fix playbook.yaml (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <[email protected]>
  • Loading branch information
barnabasbusa authored Sep 27, 2024
1 parent d81cfbd commit 95f4dd8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,21 @@
- name: Refresh inventory web
ansible.builtin.import_role:
name: ethpandaops.general.ethereum_inventory_web
tags: [ethereum, ethereum_node, eth_inventory_web, ethereum_inventory_web]
tags:
- ethereum
- ethereum_node
- eth_inventory_web
- ethereum_inventory_web
delegate_to: bootnode-1
run_once: true
vars:
eth_inventory_web_container_networks: "{{ docker_networks_shared }}"
eth_inventory_web_container_env:
VIRTUAL_HOST: "bootnode-1.{{ network_subdomain }}"
VIRTUAL_PORT: "80"
VIRTUAL_PATH: "/meta/api"
VIRTUAL_DEST: "/"
LETSENCRYPT_HOST: "bootnode-1.{{ network_subdomain }}"

- hosts: bootnode
become: true
Expand Down

0 comments on commit 95f4dd8

Please sign in to comment.