chain-spec-configuration.yml 355 B

1234567891011121314151617181920
  1. ---
  2. # Configure chain spec and start joystream-node service on the servers
  3. - name: Create and copy the chain-spec file
  4. hosts: all
  5. roles:
  6. - common
  7. - name: Copy secret, auth and start joystream-node service for validators
  8. hosts: validators
  9. roles:
  10. - validators
  11. - name: Configure RPC service and start it
  12. hosts: rpc
  13. roles:
  14. - rpc