Add nextcloud role
This commit is contained in:
19
roles/nextcloud/meta/argument_specs.yaml
Normal file
19
roles/nextcloud/meta/argument_specs.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
description: "Sets up a nextcloud podman container, including HaRP using podman in podman"
|
||||
options:
|
||||
nextcloud_domains:
|
||||
description: A list of domains nextcloud should listen on
|
||||
type: list
|
||||
required: true
|
||||
elements: str
|
||||
nextcloud_admin_pw:
|
||||
description: Password of the initial admin user
|
||||
type: str
|
||||
required: true
|
||||
nextcloud_tag:
|
||||
description: Nextcloud version to use
|
||||
type: str
|
||||
required: false
|
||||
default: stable
|
||||
Reference in New Issue
Block a user