--- # ------------------------------------------------------------------------------ # FILE: roles/llm-inference/tasks/main.yml # DESCRIPTION: Entry point — imports one task file per phase. # Phases are additive; re-running the full playbook is always safe. # ------------------------------------------------------------------------------ # Phase 1 — Foundation - import_tasks: foundation.yml # Phase 2 — Driver - import_tasks: driver.yml # Phase 3 — vLLM - import_tasks: vllm.yml # Phase 4 — Model - import_tasks: model.yml # Phase 5 — Serve - import_tasks: serve.yml # Phase 6 — Integration - import_tasks: integration.yml # Phase 7 — Monitoring - import_tasks: monitoring.yml