mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented schema/main.yml und config/main.yml file
This commit is contained in:
9
roles/web-app-mobilizon/schema/main.yml
Normal file
9
roles/web-app-mobilizon/schema/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
credentials:
|
||||
secret_key_base:
|
||||
description: "Secret key base used to generate secrets for encrypting and signing data"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
||||
secret_key:
|
||||
description: "Secret key used as a base to generate JWT tokens"
|
||||
algorithm: "alphanumeric"
|
||||
validation: "^[A-Za-z0-9]{64}$"
|
Reference in New Issue
Block a user