Add support for Ubuntu containers and WSL verification

- Implemented tasks for managing Ubuntu containers using Podman, including inspection, creation, starting, and SSH setup.
- Added verification tasks for WSL and Podman installation, machine existence, and NSSM service status.
- Created PowerShell scripts for Podman auto-start on Windows boot.
- Introduced Prometheus role with default configurations and installation tasks.
- Updated Windows SSH role to improve authorized_keys management and permissions handling.
- Modified inventory to include Windows containers host.
- Updated Grafana datasource configurations with direct IP addresses for Prometheus instances.
This commit is contained in:
2026-06-07 20:35:59 +02:00
parent 3775fa4b6e
commit 25d3eafa5b
34 changed files with 1475 additions and 155 deletions
@@ -34,9 +34,6 @@ llama_server_windows_working_dir: "C:\\llama_server"
llama_server_windows_version: "b9442"
llama_server_windows_backend: "cuda"
llama_server_cuda_version: "13.3"
llama_server_windows_nssm_dir: "C:\\nssm"
llama_server_windows_nssm_version: "2.24"
llama_server_windows_nssm_url: "https://nssm.cc/release/nssm-{{ llama_server_windows_nssm_version }}.zip"
# Llama-server binary defaults for Windows
llama_server_windows_bin_name: "llama-server.exe"