Initial commit
This commit is contained in:
commit
a6d1261679
4 changed files with 133 additions and 0 deletions
11
defaults/main.yml
Normal file
11
defaults/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
nextcloud:
|
||||
upload_size_max: 512M
|
||||
datadir: /var/www/nextcloud/data
|
||||
externalurl: example.com
|
||||
admin:
|
||||
pw: "{{ lookup('password', '/dev/null') }}"
|
||||
name: admin
|
||||
db:
|
||||
user: nextcloud
|
||||
pw: None
|
||||
name: nextcloud
|
||||
Loading…
Add table
Add a link
Reference in a new issue