--- # Variables applicable to all hosts local_dir: ~/Joystream/joystream # Generates random number between 1000..9999 network_suffix: "{{ 10000 | random(1000) }}" data_path: ./data change_spec_path: "{{ data_path }}/chainspec.json" remote_code_path: "/home/ubuntu/joystream" remote_chain_spec_path: "{{ remote_code_path }}/chainspec.json"