72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
ansible_ssh_user: ansible
|
|
ansible_sudo: true
|
|
ansible_ssh_host: acc2.mtinfo3000.com
|
|
|
|
nginx_vhosts:
|
|
- listen: "8082 default"
|
|
server_name: "_"
|
|
root: "/var/www/mtinfo3000/mti/webroot/"
|
|
access_log: "/var/log/nginx/access-di-mti.log"
|
|
error_log: "/var/log/nginx/error-di-mti.log"
|
|
filename: "mtinfo.conf"
|
|
index: "index.php"
|
|
template: "{{ inventory_dir }}/files/dtap/mtinfo_nginx.conf.j2"
|
|
- listen: "8082"
|
|
server_name: "~...api\\.mtinfo3000\\.com"
|
|
access_log: "/var/log/nginx/access-di-mti-api.log"
|
|
error_log: "/var/log/nginx/error-di-mti-api.log"
|
|
filename: "mtinfo-api.conf"
|
|
template: "{{ inventory_dir }}/files/dtap/mtinfo_api_nginx.conf.j2"
|
|
|
|
di_mtinfo_url: acc2.mtinfo3000.com
|
|
frontend_host: acc03
|
|
frontend_ip: 127.0.0.1
|
|
backend_host: acc03
|
|
backend_ip: 127.0.0.1
|
|
|
|
di_redis_uris:
|
|
- host: acc03
|
|
port: 6000
|
|
|
|
di_redis_frontend:
|
|
host: acc03
|
|
port: 6002
|
|
|
|
mti_default_host: 127.0.0.1
|
|
di_logging_mysql_host: 127.0.0.1
|
|
|
|
di_backend_db_host: 127.0.0.1
|
|
|
|
di_cp3000_interface_db_host: 127.0.0.1:3306
|
|
|
|
mtinfo_asset_manager_host: 127.0.0.1
|
|
|
|
di_wss_server_endpoint: "http://acc2.mtinfo3000.com/mtiwss/request/submit"
|
|
di_secure_server_frontend_uri: "tcp://127.0.0.1:12000"
|
|
|
|
redis_servers:
|
|
- acc03
|
|
|
|
redis_configs:
|
|
- name: "boembats_master"
|
|
memory: "256m"
|
|
port: "6000"
|
|
type: master
|
|
slave_port: "6001"
|
|
listen: "0.0.0.0"
|
|
user: "di-redis"
|
|
cluster: "yes"
|
|
- name: "boembats_slave"
|
|
memory: "256m"
|
|
port: "6001"
|
|
type: slave
|
|
listen: "0.0.0.0"
|
|
user: "di-redis"
|
|
cluster: "yes"
|
|
- name: "frontend"
|
|
memory: "256m"
|
|
port: "6002"
|
|
listen: "0.0.0.0"
|
|
user: "di-redis"
|
|
cluster: "no"
|