feat(it-ops): live inventory, drift API, Keycloak IT role, portal sync hint
- 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
This commit is contained in:
10
config/systemd/sankofa-it-inventory-export.timer.example
Normal file
10
config/systemd/sankofa-it-inventory-export.timer.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user