1
0
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:
2019-07-12 01:53:48 -04:00
parent a291a888fd
commit 3a7fd20fff
4 changed files with 8 additions and 45 deletions

View File

@@ -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