all 340 B

12345678910
  1. ---
  2. # Variables applicable to all hosts
  3. local_dir: ~/Joystream/joystream
  4. # Generates random number between 1000..9999
  5. network_suffix: "{{ 10000 | random(1000) }}"
  6. data_path: ./data
  7. change_spec_path: "{{ data_path }}/chainspec.json"
  8. remote_code_path: "/home/ubuntu/joystream"
  9. remote_chain_spec_path: "{{ remote_code_path }}/chainspec.json"