src.dualinventive.com/devops/ansible-dtap/rootnet-roles/di-authentication-service/defaults/main.yml

38 lines
1.5 KiB
YAML

---
di_authentication_service_logfile_grpc: /var/log/di/authentication-service-grpc.log
di_authentication_service_loglevel_grpc: info
di_authentication_service_logfile_rest: /var/log/di/authentication-service-rest.log
di_authentication_service_loglevel_rest: info
di_authentication_service_database_host: "localhost"
di_authentication_service_database_port: 3306
di_authentication_service_database_user: "root"
di_authentication_service_database_password: "root"
di_authentication_service_database_name: "mtinfo"
di_authentication_service_redis_host: "localhost"
di_authentication_service_redis_port: 3306
di_authentication_service_redis_password: "root"
di_authentication_service_redis_database: 0
di_authentication_service_grpc_port: 8061
di_authentication_service_rest_port: 8051
di_authentication_service_template_file_path: /etc/di/authentication-service-email-template.tmpl
di_authentication_service_smtp_host: "localhost"
di_authentication_service_smtp_port: 25
di_authentication_service_smtp_username: "me@domain.com"
di_authentication_service_smtp_pass: "root"
di_authentication_service_smtp_sender: "me@domain"
di_authentication_service_jwt_key_path: "/etc/di/auth"
di_authentication_service_jwt_private_key_path: "{{ di_authentication_service_jwt_key_path }}/id_rsa"
di_authentication_service_jwt_public_key_path: "{{ di_authentication_service_jwt_key_path }}/id_rsa.pub"
di_authentication_service_jwt_private_key_content: ""
di_authentication_service_jwt_public_key_content: ""