1234567891011121314151617181920 |
- ---
- # Configure chain spec and start joystream-node service on the servers
- - name: Create and copy the chain-spec file
- hosts: all
- roles:
- - common
- - name: Copy secret, auth and start joystream-node service for validators
- hosts: validators
- roles:
- - validators
- - name: Configure RPC service and start it
- hosts: rpc
- roles:
- - rpc
|