Create mariadb.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
5e6965e211
commit
d550c3d642
|
@ -0,0 +1,21 @@
|
||||||
|
- variable: mariadb
|
||||||
|
group: dependencies
|
||||||
|
label: "MariaDB"
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: password
|
||||||
|
label: Password
|
||||||
|
description: "Set the password for the database-user"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "PLACEHOLDERPASSWORD"
|
||||||
|
required: true
|
||||||
|
- variable: rootPassword
|
||||||
|
label: "Root Password"
|
||||||
|
description: "Set the root password for mariadb"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "PLACEHOLDERROOTPASSWORD"
|
||||||
|
required: true
|
Loading…
Reference in New Issue