mirror of
https://github.com/krislamo/freecloud
synced 2025-09-11 21:09:31 +00:00
Changed files for production use
Properly excluded files needed for production. Moved group_vars to host_vars. Removed unneeded production.yml file and added a custom data directory location option for Nextcloud.
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
--database-user "{{ nc_db_user }}"
|
||||
--database-pass "{{ nc_db_pass }}"
|
||||
--admin-user "{{ nc_admin }}"
|
||||
--admin-pass "{{ nc_admin_pass }}"'
|
||||
--admin-pass "{{ nc_admin_pass }}"
|
||||
--data-dir "{{ nc_data }}"'
|
||||
register: nc_install
|
||||
args:
|
||||
warn: false
|
||||
|
Reference in New Issue
Block a user