Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
c0abb8f7
Commit
c0abb8f7
authored
Jan 19, 2017
by
Aalaesar
Browse files
Fix occ command to allow any characters to be passed as parameters.
parent
fc999dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/nc_installation.yml
View file @
c0abb8f7
...
...
@@ -40,15 +40,15 @@
-
name
:
"
[NC]
-
Run
occ
installation
command"
become_user
:
"
{{
websrv_user
}}"
command
:
>
php occ
maintenance:install
--database
{{ nextcloud_tmp_backend }}
--database-host
{{ nextcloud_db_host }}
--database-name
{{ nextcloud_db_name }}
--database-user
{{ nextcloud_db_admin }}
--database-pass
{{ nextcloud_db_pwd }}
--admin-user
{{ nextcloud_admin_name }}
--admin-pass
{{ nextcloud_admin_pwd }}
--data-dir
{{ nextcloud_data_dir }}
php occ maintenance:install
--database
=
{{ nextcloud_tmp_backend }}
--database-host
=
{{ nextcloud_db_host }}
--database-name
=
{{ nextcloud_db_name }}
--database-user
=
{{ nextcloud_db_admin }}
--database-pass
=
{{ nextcloud_db_pwd }}
--admin-user
=
{{ nextcloud_admin_name }}
--admin-pass
=
{{ nextcloud_admin_pwd }}
--data-dir
=
{{ nextcloud_data_dir }}
args
:
chdir
:
"
{{
nextcloud_webroot
}}"
creates
:
"
{{
nextcloud_webroot
}}/config/config.php"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment