8 lines
148 B
YAML
8 lines
148 B
YAML
---
|
|
- name: Deploy LiteLLM Gateway
|
|
hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- role: roles/vhosts/litellm/
|
|
tags: [litellm] |