From e50e7f776454d60da7db10656626978bdaacf35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 May 2021 15:40:38 +0200 Subject: [PATCH] drop legacy beacon_node_web3_url variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 55562d5..3a2e625 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -43,9 +43,6 @@ beacon_node_discovery_port: '9100' # Peers beacon_node_max_peers: 320 -# Infura URL -beacon_node_web3_url: '{{ lookup("passwordstore", "service/Nimbus/infura-url") }}' - # resource limits beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}' beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'