nextcloud: Make HArP optional and opt-in

This commit is contained in:
uumas
2026-03-15 00:43:24 +02:00
parent 70c5ed7ea0
commit 8595e261c9
4 changed files with 57 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ argument_specs:
type: list
required: true
elements: str
nextcloud_admin_pw:
nextcloud_admin_password:
description: Password of the initial admin user
type: str
required: true
@@ -17,3 +17,8 @@ argument_specs:
type: str
required: false
default: stable
nextcloud_install_harp:
description: Whether to install HaRP for nextcloud
type: bool
required: false
default: false