diff --git a/ansible/mainnet.yml b/ansible/mainnet.yml index 0dc29eb..325f3a2 100644 --- a/ansible/mainnet.yml +++ b/ansible/mainnet.yml @@ -22,7 +22,6 @@ - { role: get-geth-api-urls, tags: [ get-geth-api-urls ] } tasks: - include_role: name=infra-role-beacon-node-linux - tags: [ beacon-node, infra-role-beacon-node-linux ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node @@ -43,7 +42,6 @@ - { role: nimbus-era-files, tags: [ nimbus-era-files ] } tasks: - include_role: name=infra-role-beacon-node-linux - tags: [ beacon-node, infra-role-beacon-node-linux ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node diff --git a/ansible/prater.yml b/ansible/prater.yml index de8d037..d4c7f80 100644 --- a/ansible/prater.yml +++ b/ansible/prater.yml @@ -41,39 +41,33 @@ - { role: nimbus-era-files, tags: [ nimbus-era-files ] } tasks: - include_role: name=infra-role-erigon - tags: [ geth, infra-role-erigon ] with_items: '{{ nodes_layout[hostname] }}' when: node.get('erigon', false) loop_control: loop_var: node index_var: idx - include_role: name=infra-role-nethermind - tags: [ geth, infra-role-nethermind ] with_items: '{{ nodes_layout[hostname] }}' when: node.get('nethermind', false) loop_control: loop_var: node index_var: idx - include_role: name=infra-role-geth - tags: [ geth, infra-role-geth ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-geth-exporter - tags: [ geth-exporter, infra-role-geth-exporter ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-beacon-node-linux - tags: [ beacon-node, infra-role-beacon-node-linux ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-validator-client - tags: [ validator-client, infra-role-validator-client ] with_items: '{{ nodes_layout[hostname] }}' when: validator_client_service_enabled loop_control: @@ -111,7 +105,6 @@ - { role: get-geth-api-urls, tags: [ get-geth-api-urls ] } tasks: - include_role: name=infra-role-beacon-node-windows - tags: [ beacon-node, infra-role-beacon-node-windows ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node @@ -126,7 +119,6 @@ - { role: nimbus-era-files, tags: [ nimbus-era-files ] } tasks: - include_role: name=infra-role-beacon-node-macos - tags: [ beacon-node, infra-role-beacon-node-macos ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node diff --git a/ansible/sepolia.yml b/ansible/sepolia.yml index 7eb6bd1..556371e 100644 --- a/ansible/sepolia.yml +++ b/ansible/sepolia.yml @@ -20,21 +20,18 @@ - { role: redirect-ports, tags: [ redirect-ports ] } tasks: - include_role: name=infra-role-geth - tags: [ geth, infra-role-geth ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-beacon-node-linux - tags: [ beacon-node, infra-role-beacon-node-linux ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-validator-client - tags: [ validator-client, infra-role-validator-client ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node @@ -51,14 +48,12 @@ include_vars: file=vars/nimbus-sepolia-trial.yml - include_role: name=infra-role-nimbus-eth1 - tags: [ nimbus-eth1, infra-role-nimbus-eth1 ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node index_var: idx - include_role: name=infra-role-beacon-node-linux - tags: [ beacon-node, infra-role-beacon-node-linux ] with_items: '{{ nodes_layout[hostname] }}' loop_control: loop_var: node