Compare commits
No commits in common. "f36c602a0e0312b16cd70664c0268247646f7d64" and "abbf7b50dc120f559cdd64d1e9b4b1789ba9d165" have entirely different histories.
f36c602a0e
...
abbf7b50dc
2 changed files with 0 additions and 26 deletions
|
@ -9,7 +9,6 @@ nextcloud_admin_user: admin
|
||||||
nextcloud_admin_password: mynextcloud
|
nextcloud_admin_password: mynextcloud
|
||||||
nextcloud_trusted_domains: localhost
|
nextcloud_trusted_domains: localhost
|
||||||
nextcloud_trusted_proxies: [ '172.18.0.0/16' ]
|
nextcloud_trusted_proxies: [ '172.18.0.0/16' ]
|
||||||
nextcloud_default_phone_region: DE
|
|
||||||
nextcloud_database_utils:
|
nextcloud_database_utils:
|
||||||
- nextcloud-mysql-innodb-convert-row-format.sh
|
- nextcloud-mysql-innodb-convert-row-format.sh
|
||||||
virtual_host: localhost
|
virtual_host: localhost
|
||||||
|
|
|
@ -197,31 +197,6 @@
|
||||||
debug:
|
debug:
|
||||||
var: "{{ nextcloud_app_install_result }}"
|
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: Set maintenance_window_start to 1 using occ (This will run maintenance tasks between 01:00-05:00 UTC)"
|
|
||||||
shell:
|
|
||||||
chdir: /home/{{ docker_user }}/nextcloud/
|
|
||||||
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set maintenance_window_start --value=1 --type=integer'
|
|
||||||
|
|
||||||
- name: "docker-compose: Update all apps using occ"
|
|
||||||
shell:
|
|
||||||
chdir: /home/{{ docker_user }}/nextcloud/
|
|
||||||
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ app:update --all'
|
|
||||||
|
|
||||||
- name: "docker-compose: Add missing indices using occ"
|
|
||||||
shell:
|
|
||||||
chdir: /home/{{ docker_user }}/nextcloud/
|
|
||||||
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ db:add-missing-indices'
|
|
||||||
|
|
||||||
- name: "docker-compose: Run maintenance:repair --include-expensive using occ"
|
|
||||||
shell:
|
|
||||||
chdir: /home/{{ docker_user }}/nextcloud/
|
|
||||||
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ maintenance:repair --include-expensive'
|
|
||||||
|
|
||||||
- name: "docker-compose: Run database utils"
|
- name: "docker-compose: Run database utils"
|
||||||
shell:
|
shell:
|
||||||
chdir: /home/{{ docker_user }}/nextcloud/
|
chdir: /home/{{ docker_user }}/nextcloud/
|
||||||
|
|
Loading…
Add table
Reference in a new issue