mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
spell maintenance
This commit is contained in:
parent
cf0a649085
commit
6c48586a41
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ nextcloud_dbhost: localhost
|
||||||
nextcloud_dbuser: nextcloud
|
nextcloud_dbuser: nextcloud
|
||||||
nextcloud_dbpassword: nextcloudmysql
|
nextcloud_dbpassword: nextcloudmysql
|
||||||
|
|
||||||
nextcloud_admin_user: 'Admin'
|
nextcloud_admin_user: root
|
||||||
nextcloud_admin_password: 'changeme'
|
nextcloud_admin_password: {{ mysql_root_password }}
|
||||||
|
|
||||||
nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16
|
nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
- name: Run nextcloud initial install wizard
|
- name: Run nextcloud initial install wizard
|
||||||
shell: >
|
shell: >
|
||||||
cd {{ nextcloud_prefix }}/nextcloud;
|
cd {{ nextcloud_prefix }}/nextcloud;
|
||||||
sudo -u {{ apache_user }} php occ maintennce:install
|
sudo -u {{ apache_user }} php occ maintenance:install
|
||||||
--database "mysql"
|
--database "mysql"
|
||||||
--database-name "{{ nextcloud_dbname }}"
|
--database-name "{{ nextcloud_dbname }}"
|
||||||
--database-user "{{ nextcloud_dbuser }}"
|
--database-user "{{ nextcloud_dbuser }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue