bachelor-thesis/infrastructure/ansible/vars/static-vars-ubuntu.yml

29 lines
No EOL
680 B
YAML

---
tixel_root: /opt/tixel
tixel_root_v3: /opt/tixstream-fx
tixel_html: "{{ tixel_data }}/html"
tixel_data: "{{ data_dir }}/tixel"
share_name: share
share_mount: /mnt/share
data_dir: /data
tixstream_fx_user: tixstream
tixstream_fx_group: tixstream
tixway_user: tixway
mysql_root_password: standard_password
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"
proftpd_config: "/etc/proftpd/proftpd.conf"
remote_deployment_dir: "{{ ansible_env.HOME }}/deployment"