all 607 B

12345678910111213141516171819
  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. remote_data_path: ./data
  9. chain_spec_path: "{{ remote_data_path }}/chainspec.json"
  10. raw_chain_spec_path: "{{ remote_data_path }}/chainspec-raw.json"
  11. local_raw_chain_spec_path: "{{ data_path }}/chainspec-raw.json"
  12. remote_code_path: "/home/ubuntu/joystream"
  13. remote_chain_spec_path: "{{ remote_code_path }}/chainspec.json"
  14. build_local_code: false
  15. number_of_validators: 2