1
0
Fork 0
ansible-collection-nextcloud/roles/nextcloud/defaults/main.yml
Nis Wechselberg a59b0eb1f3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial version of nextcloud collection
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2025-05-08 00:01:56 +02:00

20 lines
659 B
YAML

---
nextcloud_podman_network: 'nextcloud'
nextcloud_db_container_name: 'nextcloud-db'
nextcloud_db_image_name: 'docker.io/library/postgres'
nextcloud_db_image_tag: '17.2'
nextcloud_db_volume: 'nextcloud-db'
nextcloud_redis_container_name: 'nextcloud-redis'
nextcloud_redis_image_name: 'docker.io/library/redis'
nextcloud_redis_image_tag: '7.4.3-alpine'
nextcloud_redis_volume: 'nextcloud-redis'
nextcloud_cron_container_name: 'nextcloud-cron'
nextcloud_app_container_name: 'nextcloud-app'
nextcloud_app_image_name: 'docker.io/library/nextcloud'
nextcloud_app_image_tag: '31.0.4-apache'
nextcloud_app_volume: 'nextcloud-app'
nextcloud_app_environments: {}