From 3e304db72a09db28cca374f32133824d652b0074 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Thu, 16 Apr 2026 01:51:19 +0000 Subject: [PATCH] feat: add ansible/inventory.ini.example for TurboQuant deployment --- ansible/inventory.ini.example | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ansible/inventory.ini.example diff --git a/ansible/inventory.ini.example b/ansible/inventory.ini.example new file mode 100644 index 00000000..a3ec8796 --- /dev/null +++ b/ansible/inventory.ini.example @@ -0,0 +1,33 @@ +# TurboQuant Fleet Inventory +# Copy to inventory.ini and update with actual hosts + +[turboquant_fleet] +# Mac (Timmy) - M1, 16GB +timmy ansible_host=192.168.1.100 ansible_user=apayne + +# Allegro VPS - 2 cores, 8GB +allegro ansible_host=167.99.126.228 ansible_user=root + +# Ezra VPS - TBD +# ezra ansible_host=TBD ansible_user=root + +[turboquant_fleet:vars] +ansible_python_interpreter=/usr/bin/python3 + +# Per-host configuration +[turboquant_fleet:vars] +model_base_path=/opt/models +llama_cpp_port=8081 +turboquant_kv_type=turbo4 +turboquant_layer_mode=7 +max_context_tokens=131072 + +# Node-specific overrides +[timmy:vars] +gemma4_model_filename=gemma-4-26B-A4B-q4_k_m.gguf +max_context_tokens=131072 + +[allegro:vars] +gemma4_model_filename=gemma-4-E4B-q4_0.gguf +max_context_tokens=32768 +turboquant_kv_type=turbo2