--- nextcloud_app_uid: "950" nextcloud_app_gid: "950" nextcloud_db_uid: "951" nextcloud_db_gid: "951" nextcloud_redis_uid: "952" nextcloud_redis_gid: "952" # nextcloud_base_path: /srv/nextcloud # nextcloud_zfs: # pool: storage # name: nextcloud # properties: # compression: lz4 # nextcloud_instances: # example: # new: yes # version: 17.0.0 # port: 8100 # hostnames: # - wolke.example.com # - cloud.example.com # zfs_properties: # quota: 100G # database: # type: mariadb # version: 10.4.8 # password: "{{ vault_nextcloud_database_passwords['example'] }}" # custom_image: # optional # from: foo/bar:1.0 # optional # dockerfile: | # RUN apt-get install ...