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

create a non prifileged user

This commit is contained in:
George Hunt 2017-06-19 06:56:54 -07:00 committed by georgejhunt
parent dfe245d280
commit 68243f1a74
3 changed files with 24 additions and 15 deletions

View file

@ -12,6 +12,8 @@ nextcloud_dbname: nextcloud
nextcloud_dbhost: localhost
nextcloud_dbuser: nextcloud
nextcloud_dbpassword: nextcloudmysql
nextcloud_user: nextcloud
nextcloud_user_password: nextcloudmysql
nextcloud_admin_user: root
nextcloud_admin_password: "{{ mysql_root_password }}"