ansible/main: run bridge setup first

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-10 18:48:36 +01:00
parent 708c86d0b0
commit 5c37c81859
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 7 additions and 7 deletions

View File

@ -9,6 +9,13 @@
- local_action: command ./versioncheck.py
changed_when: false
- name: Configure Waku V1-V2 bridge
hosts: bridge
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: nim-waku-bridge, tags: nim-waku-bridge }
- name: Configure Waku Nodes
hosts: status
roles:
@ -16,10 +23,3 @@
- { role: swap-file, tags: swap-file }
- { role: nim-waku, tags: nim-waku }
- { role: waku-peers, tags: waku-peers }
- name: Configure Waku V1-V2 bridge
hosts: bridge
roles:
- { role: open-ports, tags: open-ports }
- { role: swap-file, tags: swap-file }
- { role: nim-waku-bridge, tags: nim-waku-bridge }