16 lines
720 B
YAML
16 lines
720 B
YAML
|
---
|
||
|
osp_git_root: 'https://gitlab.com/Deamos/flask-nginx-rtmp-manager.git'
|
||
|
osp_git_commit: '0.7.9'
|
||
|
osp_worker_start_port: 5000
|
||
|
osp_worker_count: "{{ ansible_processor_nproc }}"
|
||
|
|
||
|
osp_http_path: "/srv/http"
|
||
|
|
||
|
osp_db_location: 'sqlite:///db/database.db'
|
||
|
osp_secret_key: "{{ lookup('password', 'credentials/'+inventory_hostname+'/osp_secret_key length=8 chars=digits') }}"
|
||
|
osp_password_salt: "{{ lookup('password', 'credentials/'+inventory_hostname+'/osp_password_salt length=8 chars=digits') }}"
|
||
|
osp_allow_registration: yes
|
||
|
osp_require_email_registration: yes
|
||
|
osp_ejabberd_domain: "CHANGEME"
|
||
|
osp_ejabberd_password: "{{ lookup('password', 'credentials/'+inventory_hostname+'/osp_ejabberd_password length=8 chars=digits') }}"
|