Files
alexandre.pires 3775fa4b6e Refactor llama_server role for Windows support and EL-specific setup
- Added Windows-specific tasks for llama_server role, including installation of dependencies, setup of services using NSSM, and configuration of firewall rules.
- Introduced a new task file for Windows Exporter setup.
- Consolidated EL-specific setup tasks into a separate include file.
- Updated inventory to include additional host for llama server.
- Adjusted error handling in Prometheus service removal task to prevent failures.
2026-06-01 14:59:30 +02:00

18 lines
337 B
YAML

---
galaxy_info:
author: Alexandre Pires
description: Sync llama models from Hugging Face
company: A13Labs
role_name: llama_models_sync
namespace: a13labs
license: MIT
min_ansible_version: "2.1"
platforms:
- name: EL
versions:
- "9"
- name: Windows
versions:
- "2019"
- "2022"