Fixes für zentrale Verwaltung
This commit is contained in:
parent
b33a014729
commit
a6fea170a4
10 changed files with 62 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
|||
command: >
|
||||
php "{{ nextcloud_install_path }}"/occ maintenance:install --database "mysql"
|
||||
--database-name "{{ instance.database }}" --database-user "{{ instance.database }}"
|
||||
--database-pass "{{ lookup('password', '/tmp/nc_db_password chars=ascii_letters') }}" --database-host "{{ database_host }}"
|
||||
--database-pass "{{ nextcloud_db_password }}" --database-host "{{ database_host }}"
|
||||
--admin-user "{{ nextcloud_admin_user }}" --admin-pass "{{ nextcloud_admin_pw }}"
|
||||
become: true
|
||||
become_user: "{{ instance.user }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue