Initial version of nextcloud collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
e559257349
commit
a59b0eb1f3
16 changed files with 912 additions and 0 deletions
20
roles/nextcloud/defaults/main.yml
Normal file
20
roles/nextcloud/defaults/main.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
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: {}
|
Loading…
Add table
Add a link
Reference in a new issue