From 207bff9cb9773e3e0ef7fe7114e4b1aa70ffd4b6 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 28 Jul 2026 21:11:08 -0500 Subject: Rename mattertimesync role to mattertimectl (build + controller) - Rename role dir and all vars from mattertimesync to mattertimectl - Rename the server subrole to controller - Build via cargo instead of npm; run the binary directly (no node) - Default fabricLabel to "Matter Time Controller" --- mattertimectl/controller/defaults/main.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mattertimectl/controller/defaults/main.yaml (limited to 'mattertimectl/controller/defaults') diff --git a/mattertimectl/controller/defaults/main.yaml b/mattertimectl/controller/defaults/main.yaml new file mode 100644 index 0000000..933a4bb --- /dev/null +++ b/mattertimectl/controller/defaults/main.yaml @@ -0,0 +1,25 @@ +--- + +# https://github.com/lukehoersten/mattertimectl/tags +mattertimectl_version: "0.1.0" + +mattertimectl_user: "mattertimectl" +mattertimectl_install_dir: "/opt/mattertimectl" +mattertimectl_config_dir: "/etc/mattertimectl" +# Persistent Matter fabric state: holds the controller's private keys and +# operational certs, so it stays mode 0700 and owned by the service user. +mattertimectl_storage_path: "/var/lib/mattertimectl" + +# --- config.json --- +# IANA time-zone name (never a fixed UTC offset; DST is derived from it). +mattertimectl_timezone: "America/Chicago" +mattertimectl_log_level: "info" # debug, info, warn, error +mattertimectl_fabric_label: "Matter Time Controller" + +# --- systemd timer schedule --- +mattertimectl_on_boot_sec: "2min" +mattertimectl_on_active_sec: "1h" +mattertimectl_randomized_delay_sec: "5min" + +# mattertimectl_bin_url: required, set in host_vars, e.g. +# http://{{build_server_host}}:{{build_server_port}}/mattertimectl-{{mattertimectl_version}}.tar.gz -- cgit v1.2.3