mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Solved bigbluebutton bugs
This commit is contained in:
		| @@ -3,6 +3,11 @@ | ||||
| - name: "include docker-compose role" | ||||
|   include_role:  | ||||
|     name: docker-compose | ||||
|   vars: | ||||
|     database_instance:  "{{ application_id }}" | ||||
|     database_password:  "{{ applications[application_id].credentials.postgresql_secret }}" | ||||
|     database_username:  "postgres" | ||||
|     database_name:      ""                              # Multiple databases | ||||
|  | ||||
| - name:                 "Seed BigBlueButton Database for Backup" | ||||
|   include_tasks:        "{{ playbook_dir }}/roles/backup-docker-to-local/tasks/seed-database-to-backup.yml" | ||||
|   | ||||
| @@ -14,4 +14,10 @@ features: | ||||
|   central_database:   false | ||||
| domains: | ||||
|   canonical: | ||||
|     - "meet.{{ primary_domain }}" | ||||
|     - "meet.{{ primary_domain }}" | ||||
| csp:   | ||||
|   flags: | ||||
|     script-src: | ||||
|       unsafe-inline:  true | ||||
|     style-src: | ||||
|       unsafe-inline:  true | ||||
		Reference in New Issue
	
	Block a user