Compare commits
No commits in common. "ba8e19014b8d6ff4debe807cf9db9b186c94ff5b" and "08602d9c6ffc738343c8e7d6257b2c666ad45384" have entirely different histories.
ba8e19014b
...
08602d9c6f
@ -22,5 +22,3 @@ all:
|
||||
ansible_host: 192.168.110.20
|
||||
urbackup:
|
||||
ansible_host: 192.168.110.21
|
||||
llama01:
|
||||
ansible_host: 192.168.130.52
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
#
|
||||
#
|
||||
# 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
|
||||
@ -50,16 +50,6 @@ roles:
|
||||
scm: git
|
||||
version: main
|
||||
|
||||
- name: ollama
|
||||
src: git@git.captica.de:captica-automation/de.captica.automation.ansible.role.ollama.git
|
||||
scm: git
|
||||
version: main
|
||||
|
||||
- name: open-webui
|
||||
src: git@git.captica.de:captica-automation/de.captica.automation.ansible.role.open-webui.git
|
||||
scm: git
|
||||
version: main
|
||||
|
||||
# Collections requirements
|
||||
collections:
|
||||
- name: community.general
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
services:
|
||||
db:
|
||||
image: timescale/timescaledb-ha:pg16
|
||||
image: timescale/timescaledb:pg16
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER=${DB_USER}
|
||||
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
||||
- POSTGRES_DB=harvester
|
||||
- POSTGRES_DB=bankmanager
|
||||
networks:
|
||||
- default
|
||||
volumes:
|
||||
|
||||
@ -64,25 +64,6 @@ services:
|
||||
- db
|
||||
- redis
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.1
|
||||
container_name: elasticsearch
|
||||
restart: always
|
||||
volumes:
|
||||
- /volumes/nextcloud/elasticsearch/data:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
- 9200:9200
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
- xpack.security.enabled=true
|
||||
- ELASTIC_PASSWORD=elastic
|
||||
- cluster.name=elasticsearch
|
||||
- bootstrap.memory_lock=true
|
||||
- ES_JAVA_OPTS=-Xms1g -Xmx1g
|
||||
- xpack.security.http.ssl.enabled=false
|
||||
networks:
|
||||
DEFAULT_NETWORK:
|
||||
|
||||
networks:
|
||||
default:
|
||||
ipam:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user