all 582 B

123456789101112131415161718192021
  1. ---
  2. # Variables applicable to all hosts
  3. branch_name: sumer
  4. git_repo: "https://github.com/Joystream/joystream.git"
  5. local_dir: ~/Joystream/joystream
  6. # Generates random number between 1000..9999
  7. network_suffix: "{{ 10000 | random(1000) }}"
  8. data_path: ./data
  9. chain_spec_path: "{{ data_path }}/chainspec.json"
  10. raw_chain_spec_path: "{{ data_path }}/chainspec-raw.json"
  11. remote_code_path: "/home/ubuntu/joystream"
  12. remote_chain_spec_path: "{{ remote_code_path }}/chainspec.json"
  13. run_on_admin_server: true
  14. build_local_code: false
  15. number_of_validators: 2
  16. bucket_name: s3-bucket-joystream