79 lines
2.0 KiB
Plaintext
79 lines
2.0 KiB
Plaintext
di_apt_repository_stage: testing
|
|
di_legacy_webinterface_baseuri: "https://tst-old.dualinventive.com"
|
|
|
|
di_legacy_webinterface_secure: "127.0.0.1:3300"
|
|
di_legacy_secure_tcpserver_uri: "127.0.0.1:4001"
|
|
di_legacy_secure_mysql_host: 127.0.0.1
|
|
webserver_user: www-data
|
|
|
|
di_legacy_tcpserver_list:
|
|
- port: 4001
|
|
|
|
di_legacy_webinterface_hostname_aliases: '"mtinfo.old.dualinventive.com", "tst-old.dualinventive.com"'
|
|
|
|
php_vhosts:
|
|
diweb:
|
|
open_basedir: "/var/www/diweb:/etc/di:/usr/local/share/fonts:/usr/share/zoneinfo"
|
|
|
|
php_custom_ini_settings: |
|
|
date.timezone="Europe/Amsterdam"
|
|
|
|
nginx_vhosts:
|
|
- listen: "80 default"
|
|
server_name: "_"
|
|
root: "/var/www/diweb/mtinfo.dualinventive.com/webroot/"
|
|
access_log: "/var/www/diweb/logs/mtinfo.dualinventive.com.access.log"
|
|
error_log: "/var/www/diweb/logs/mtinfo.dualinventive.com.error.log"
|
|
filename: "legacy-mti.conf"
|
|
index: "index.php"
|
|
template: "{{ inventory_dir }}/files/dtap-legacy/nginx.conf.j2"
|
|
|
|
|
|
php_session_save_path: "/var/www/diweb/tmp"
|
|
|
|
di_legacy_webinterface_database_configs:
|
|
- name: di_zkl
|
|
database: mtinfo_main
|
|
user: mtinfo_main
|
|
passwd: superGeheim1
|
|
host: 127.0.0.1
|
|
|
|
di_legacy_tcpserver_mysql_host: 127.0.0.1
|
|
di_legacy_tcpserver_mysql_username: mtinfo_main
|
|
di_legacy_tcpserver_mysql_password: superGeheim1
|
|
di_legacy_tcpserver_mysql_database: mtinfo_main
|
|
|
|
# The last one (secure) is for testing the legacy secure-server
|
|
mysql_databases:
|
|
- name: 'mtinfo_main'
|
|
state: present
|
|
- name: 'secure'
|
|
state: present
|
|
|
|
mysql_users:
|
|
- username: "mtinfo_main"
|
|
password: "superGeheim1"
|
|
hosts:
|
|
- "127.0.0.1"
|
|
- "::1"
|
|
- "localhost"
|
|
priv:
|
|
- "mtinfo_main.*:ALL"
|
|
- username: "legacy_secure"
|
|
password: "legacy_secure"
|
|
hosts:
|
|
- "127.0.0.1"
|
|
- "::1"
|
|
- "localhost"
|
|
priv:
|
|
- "secure.*:ALL"
|
|
|
|
logrotate_services:
|
|
- name: "di-backend"
|
|
user: "di"
|
|
group: "di"
|
|
keep_files: 93
|
|
keep_days: 93
|
|
file: "/var/log/di/*.log"
|
|
copytruncate: true
|