boot,store,db: add serial setting for playbook

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-02-29 13:35:47 +01:00
parent 6004610d63
commit 352c55ff73
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
changed_when: false
- name: Configure Waku Bootstrap and Storage Nodes
serial: '{{ serial|default(1) }}'
hosts:
- boot
- store
@ -20,6 +21,7 @@
- { role: nim-waku, tags: nim-waku }
- name: Configure Waku Storage DB Nodes
serial: '{{ serial|default(1) }}'
hosts: store-db
roles:
- { role: open-ports, tags: open-ports }