all 467 B

1234567891011121314151617
  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. remote_code_path: "/home/ubuntu/joystream"
  11. remote_chain_spec_path: "{{ remote_code_path }}/chainspec.json"
  12. run_on_admin_server: false
  13. build_local_code: false