--- # https://github.com/lukehoersten/mattertimesync/tags mattertimesync_version: "0.1.0" mattertimesync_user: "mattertimesync" mattertimesync_install_dir: "/opt/mattertimesync" mattertimesync_config_dir: "/etc/mattertimesync" # Persistent Matter fabric state — holds the controller's private keys and # operational certs, so it stays mode 0700 and owned by the service user. mattertimesync_storage_path: "/var/lib/mattertimesync" # --- config.json --- # IANA time-zone name (never a fixed UTC offset; DST is derived from it). mattertimesync_timezone: "America/Chicago" mattertimesync_log_level: "info" # debug, info, warn, error # --- systemd timer schedule --- mattertimesync_on_boot_sec: "2min" mattertimesync_on_active_sec: "1h" mattertimesync_randomized_delay_sec: "5min" # mattertimesync_bin_url: — required, set in host_vars, e.g. # http://{{build_server_host}}:{{build_server_port}}/mattertimesync-{{mattertimesync_version}}.tar.gz