add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
29
infrastructure/ansible/vars/static-vars-rocky.yml
Normal file
29
infrastructure/ansible/vars/static-vars-rocky.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
|
||||
tixel_root: /opt/tixel
|
||||
tixel_root_v3: /opt/tixstream-fx
|
||||
tixel_html: /data/tixel/html
|
||||
tixel_data: /data/tixel
|
||||
data_dir: /data
|
||||
share_name: share
|
||||
share_mount: /mnt/share
|
||||
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.conf
|
||||
|
||||
remote_deployment_dir: "{{ ansible_env.HOME }}/deployment"
|
||||
Loading…
Add table
Add a link
Reference in a new issue