nimbus.prater: un-comment roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
debe4bd960
commit
171acedac7
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue