ansible-infra/inventories/chaosknoten/host_vars/cloud.yaml
Renovate e69f644095
Some checks failed
/ build (pull_request) Successful in 54s
/ Ansible Lint (push) Failing after 12m2s
/ Ansible Lint (pull_request) Failing after 12m16s
Update all stable non-major dependencies
2026-09-15 09:46:00 +00:00

11 lines
738 B
YAML

# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
nextcloud__version: 34
# renovate: datasource=docker depName=docker.io/library/postgres
nextcloud__postgres_version: 15.19
nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
nextcloud__use_custom_new_user_skeleton: true
nextcloud__custom_new_user_skeleton_directory: "resources/chaosknoten/cloud/nextcloud/new_user_skeleton_directory/"
nextcloud__proxy_protocol_reverse_proxy_ip: "2a00:14b0:4200:3000:125::1"
nextcloud__certbot_acme_account_email_address: le-admin@hamburg.ccc.de