Fixed file permissions and multitenancy feature (manually tested).
This commit is contained in:
parent
4992e21ecf
commit
520ee33b0e
16 changed files with 68 additions and 54 deletions
2
defaults/main.yml
Normal file → Executable file
2
defaults/main.yml
Normal file → Executable file
|
|
@ -10,8 +10,8 @@ nextcloud_mariadb_user: nextcloud
|
|||
nextcloud_mariadb_password: nextcloud
|
||||
nextcloud_admin_user: admin
|
||||
nextcloud_admin_password: mynextcloud
|
||||
nextcloud_trusted_domains: localhost
|
||||
nextcloud_virtual_host: localhost
|
||||
nextcloud_trusted_domains: "localhost {{ ansible_host }} {{ nextcloud_virtual_host }}"
|
||||
nextcloud_letsencrypt_host:
|
||||
nextcloud_letsencrypt_email:
|
||||
nextcloud_smtp_host:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue