7d4a398bba
The Ollama role and SearXNG container backed FISTO AI responses in the greg-time Discord bot. greg-time 3.9.6 drops both (plus the Gemini path) in favor of a single xAI Grok backend, so: - remove the ollama role and its wiring in deploy_home.yml - remove the searxng container task, template, and searxng_path default - gregtime: swap OLLAMA_*/SEARXNG_URL/GEMINI_API_KEY env for XAI_API_KEY, bump image 3.6.5 -> 3.9.6 - vault: add xai_api_key, drop gemini_api_key Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
326 B
YAML
14 lines
326 B
YAML
---
|
|
- hosts: all
|
|
vars_files:
|
|
- vars/vault.yml
|
|
roles:
|
|
- role: common
|
|
- role: git
|
|
- role: podman
|
|
# SSL certificates are now handled automatically by Caddy
|
|
# - role: ssl # REMOVED - Caddy handles all certificate management
|
|
- role: github-actions
|
|
- role: graylog-config
|
|
tags: graylog-config
|