mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Added get_domain function
This commit is contained in:
		| @@ -11,7 +11,7 @@ database: | ||||
|   name:      "multiple_databases" | ||||
|   username:  "postgres2" | ||||
| urls: | ||||
|   api:                        "{{ web_protocol }}://{{domains.bigbluebutton}}/bigbluebutton/"  # API Address used by Nextcloud Integration | ||||
|   api:                        "{{ web_protocol }}://{{domains | get_domain('bigbluebutton')}}/bigbluebutton/"  # API Address used by Nextcloud Integration | ||||
| features: | ||||
|   matomo:             true | ||||
|   css:                true | ||||
|   | ||||
| @@ -7,7 +7,7 @@ docker_compose_file_final:    "{{ docker_compose.directories.instance }}docker-c | ||||
| database_type:                "postgres" | ||||
| database_password:            "{{ applications.bigbluebutton.credentials.postgresql_secret }}" | ||||
|  | ||||
| domain:                       "{{ domains[application_id] }}" | ||||
| domain:                       "{{ domains | get_domain(application_id) }}" | ||||
| http_port:                    "{{ ports.localhost.http[application_id] }}" | ||||
| bbb_env_file_link:            "{{ docker_compose.directories.instance }}.env"     | ||||
| bbb_env_file_origine:         "{{ bbb_repository_directory }}.env" | ||||
		Reference in New Issue
	
	Block a user