ansible/main.yml: provide 2 fleets to hosts attr

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-10-14 11:46:21 +02:00
parent 40b64f883c
commit 41fb07ca6f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 4 additions and 9 deletions

View File

@ -9,15 +9,10 @@
- local_action: command ./versioncheck.py
changed_when: false
- name: Configure Waku Bootstrap Nodes
hosts: boot
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: nim-waku, tags: nim-waku }
- name: Configure Waku Storage Nodes
hosts: store
- name: Configure Waku Bootstrap and Storage Nodes
hosts:
- boot
- store
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }