From d550c3d6421ec38f3b73a54f8598f6839eeca001 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 12:37:09 +0200 Subject: [PATCH] Create mariadb.yaml Signed-off-by: Kjeld Schouten --- templates/questions/dependencies/mariadb.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/questions/dependencies/mariadb.yaml diff --git a/templates/questions/dependencies/mariadb.yaml b/templates/questions/dependencies/mariadb.yaml new file mode 100644 index 00000000000..b24a6df64fd --- /dev/null +++ b/templates/questions/dependencies/mariadb.yaml @@ -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