all 667 B

12345678910111213141516171819202122
  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. run_on_admin_server: true
  15. build_local_code: false
  16. number_of_validators: 2
  17. bucket_name: s3-bucket-joystream