--- # JMRI version to install jmri_version: "5.10" jmri_install_dir: /opt/JMRI jmri_download_url: "https://github.com/JMRI/JMRI/releases/download/v{{ jmri_version }}/JMRI.{{ jmri_version }}+Rca461bd266.tgz" # Service user jmri_user: jmri jmri_group: jmri jmri_home: /home/jmri # Profile — override per-host in inventory # Find on the old box: ls ~/.jmri/profiles/ jmri_profile_id: "" # Config restore source (path to the backed-up .jmri directory) jmri_config_src: "" # Ports (for documentation / firewall rules) jmri_json_port: 12080 jmri_withrottle_port: 12090 # USB serial device for NCE (set per-host in inventory) # e.g. /dev/ttyUSB0 or /dev/ttyACM0 jmri_serial_device: /dev/ttyUSB0