24 lines
640 B
YAML

---
# OpenCode Propagation: Group-wide Defaults
# Applied to all hosts in the opencode group
# Ansible connection
ansible_user: kenny
ansible_python_interpreter: /usr/bin/python3
# OpenCode deployment paths
opencode_install_method: local
opencode_config_dir: ~/.config/opencode
opencode_data_dir: ~/.opencode
opencode_service_scope: user
# Service account for agent maintenance (created by bootstrap playbook)
opencode_service_account: agent-svc
# Ollama endpoint (default, overridden per-host if needed)
opencode_ollama_endpoint: http://llm01:11434/v1
# Gitea source
opencode_gitea_host: git.hibbhome.com
opencode_gitea_org: Hibbhome