- Add scripts/it-ops (Proxmox collector, IPAM drift, export orchestrator) - Add sankofa-it-read-api stub with optional CORS and refresh - Add systemd examples for read API, weekly inventory export, timer - Add live-inventory-drift GitHub workflow (dispatch + weekly) - Add IT controller spec, runbooks, Keycloak ensure-it-admin-role script - Note IT_READ_API env on portal sync completion output Made-with: Cursor
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
# Run inventory export weekly (Sunday 03:30 UTC). Adjust OnCalendar for your ops window.
|
|
[Unit]
|
|
Description=Timer — Proxmox live inventory + drift export
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-* 03:30:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|