--- nextcloud_major_version: "25" nextcloud_trusted_domains: - "cloud.example.org" nextcloud_cli_baseurl: "https://{{ nextcloud_trusted_domains[0] }}" nextcloud_redis_host: localhost nextcloud_redis_port: 6379 nextcloud_redis_dbindex: 0 nextcloud_db_engine: mysql nextcloud_db_host: localhost nextcloud_db_port: 3306 nextcloud_db_user: nextcloud nextcloud_db_name: nextcloud nextcloud_enabled_apps: [] nextcloud_disabled_apps: [] nextcloud_app_packages: >- {%- set _apps = [] -%} {%- for app in nextcloud_enabled_apps -%} {%- set _ = _apps.apend('nextcloud-' + nextcloud_major_version + '-app-' + app.replace('_', '-')) -%} {%- endfor -%} {{- _apps -}} nextcloud_system_configuration: {} nextcloud_apps_configuration: {}