Initial commit

This commit is contained in:
nd 2018-09-20 13:21:29 +02:00
commit a6d1261679
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 133 additions and 0 deletions

11
defaults/main.yml Normal file
View 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