27 lines
717 B
YAML
27 lines
717 B
YAML
---
|
|
tixel_root_v3: /opt/tixstream-fx
|
|
|
|
tixel_root: "c:/bin/tixel"
|
|
tixel_root_v3: /opt/tixstream-fx
|
|
share_name: share
|
|
share_mount: "c:/mnt/share"
|
|
|
|
tixel_config_directory:
|
|
path: "{{ tixel_root }}/config"
|
|
dest: "{{ tixel_root }}/config"
|
|
nginx: "{{ tixel_root }}/nginx/conf"
|
|
|
|
nginx_config:
|
|
main: "{{ tixel_config_directory.nginx }}/nginx.conf"
|
|
bak: "{{ tixel_config_directory.nginx }}/nginx_http.conf.bak"
|
|
https: "{{ tixel_config_directory.nginx }}/nginx_https.conf"
|
|
|
|
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_facts['user_dir'] }}/deployment"
|