add Final Infrastructure Setup

This commit is contained in:
Patryk Hegenberg 2026-03-29 13:45:10 +02:00
commit 7733dde658
174 changed files with 204949 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
tixel_root: /opt/tixel
tixel_root_v3: /opt/tixstream-fx
share_name: share
share_mount: /mnt/share
tixel_config_directory:
path: "{{ tixel_root }}/config"
dest: "{{ share_mount }}/config"
tixel_temp_directory:
path: "{{ tixel_root }}/tmp"
dest: "{{ share_mount }}/tmp"
tixel_data_directory:
path: "{{ tixel_root }}/data"
dest: "{{ share_mount }}/data"
remote_deployment_dir: "{{ ansible_env.HOME }}/deployment"