--- # ============================================================================= # request_log.yml — Deploy Telemetry Table # ============================================================================= # Creates the request_log SQLite table on all machines. # Every inference call writes a row. No exceptions. No summarizing. # ============================================================================= - name: "Deploy Request Log Telemetry" hosts: wizards become: true roles: - role: request_log tags: [telemetry, logging]