mainnet: drop purging of DBs, resync does that
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
98b38cbf96
commit
21926f4cf7
|
@ -43,15 +43,3 @@
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: node
|
loop_var: node
|
||||||
index_var: idx
|
index_var: idx
|
||||||
|
|
||||||
- name: Configure periodic puging of nodes DBs
|
|
||||||
become: true
|
|
||||||
serial: '{{ serial|default(1) }}'
|
|
||||||
hosts: nimbus-mainnet-metal
|
|
||||||
tasks:
|
|
||||||
- include_role: name=nimbus-db-purge
|
|
||||||
when: node.get("db_purge", None)
|
|
||||||
with_items: '{{ nodes_layout[hostname] }}'
|
|
||||||
loop_control:
|
|
||||||
loop_var: node
|
|
||||||
index_var: idx
|
|
||||||
|
|
Loading…
Reference in New Issue