ansible/main.yml: provide 2 fleets to hosts attr
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
40b64f883c
commit
41fb07ca6f
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue