Nextcloud 31 #12
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -9,6 +9,7 @@ nextcloud_admin_user: admin | |||
| nextcloud_admin_password: mynextcloud | ||||
| nextcloud_trusted_domains: localhost | ||||
| nextcloud_trusted_proxies: [ '172.18.0.0/16' ] | ||||
| nextcloud_default_phone_region: DE | ||||
| nextcloud_database_utils: | ||||
|   - nextcloud-mysql-innodb-convert-row-format.sh | ||||
| virtual_host: localhost | ||||
|  |  | |||
|  | @ -197,6 +197,11 @@ | |||
|   debug: | ||||
|     var: "{{ nextcloud_app_install_result }}" | ||||
| 
 | ||||
| - name: "docker-compose: Set default_phone_region using occ" | ||||
|   shell: | ||||
|     chdir: /home/{{ docker_user }}/nextcloud/ | ||||
|     cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set default_phone_region --value="{{ nextcloud_default_phone_region }}"' | ||||
| 
 | ||||
| - name: "docker-compose: Run database utils" | ||||
|   shell: | ||||
|     chdir: /home/{{ docker_user }}/nextcloud/ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue