1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

spell maintenance

This commit is contained in:
George Hunt 2017-06-18 18:34:21 -07:00 committed by georgejhunt
parent cf0a649085
commit 6c48586a41
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ nextcloud_dbhost: localhost
nextcloud_dbuser: nextcloud
nextcloud_dbpassword: nextcloudmysql
nextcloud_admin_user: 'Admin'
nextcloud_admin_password: 'changeme'
nextcloud_admin_user: root
nextcloud_admin_password: {{ mysql_root_password }}
nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16

View file

@ -30,7 +30,7 @@
- name: Run nextcloud initial install wizard
shell: >
cd {{ nextcloud_prefix }}/nextcloud;
sudo -u {{ apache_user }} php occ maintennce:install
sudo -u {{ apache_user }} php occ maintenance:install
--database "mysql"
--database-name "{{ nextcloud_dbname }}"
--database-user "{{ nextcloud_dbuser }}"