nimbus.prater: un-comment roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-04-06 16:39:31 +02:00
parent debe4bd960
commit 171acedac7
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 4 additions and 4 deletions

View File

@ -34,10 +34,10 @@
serial: '{{ serial|default(1) }}'
hosts: nimbus-prater-metal
roles:
#- { role: open-ports, tags: [ open-ports ] }
#- { role: smart-metrics, tags: [ smart-metrics ] }
#- { role: redirect-ports, tags: [ redirect-ports ] }
#- { role: nimbus-era-files, tags: [ nimbus-era-files ] }
- { role: open-ports, tags: [ open-ports ] }
- { role: smart-metrics, tags: [ smart-metrics ] }
- { role: redirect-ports, tags: [ redirect-ports ] }
- { role: nimbus-era-files, tags: [ nimbus-era-files ] }
tasks:
- include_role: name=infra-role-erigon
tags: [ geth, infra-role-erigon ]