From 95f4dd808a73638f0b5c9b8cbd01a239443cbc5e Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 27 Sep 2024 14:57:10 +0200 Subject: [PATCH] fix playbook.yaml (#52) Signed-off-by: Barnabas Busa --- ansible/playbook.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ansible/playbook.yaml b/ansible/playbook.yaml index de4b235..6a23963 100644 --- a/ansible/playbook.yaml +++ b/ansible/playbook.yaml @@ -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