de.lehmann.automation.ansib.../playbooks/lehmann-llama.yml
2025-01-17 21:35:12 +01:00

25 lines
434 B
YAML

#
#
# Automated installation for jellyfin
#
# Project: playbooks
# Author: Tobias Lehmann <tobias.lehmann@captica.de>
# License: MIT License (see LICENSE.md)
#
# Copyright (c) captica GmbH est. 2021
#
- hosts: "llama01"
vars:
tools_install_users:
- ansible
- root
#ollama_models:
# - mistral
# - llama3.3
roles:
- linux-base-install
- zsh
- vim
- fzf
- ollama
- open-webui