V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m45s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m45s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,12 +21,18 @@ secrets:
|
|||||||
version: "V8.00.000.2025.06.17"
|
version: "V8.00.000.2025.06.17"
|
||||||
description: "Secrets for automated installation of encrypted systems on this host via primordial-workflow™."
|
description: "Secrets for automated installation of encrypted systems on this host via primordial-workflow™."
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# Grub bootloader passphrase
|
||||||
|
################################################################################################################################
|
||||||
grub:
|
grub:
|
||||||
note: "Password used to unlock the GRUB bootloader before system initialization."
|
note: "Password used to unlock the GRUB bootloader before system initialization."
|
||||||
scope: "grub"
|
scope: "grub"
|
||||||
type: "plain"
|
type: "plain"
|
||||||
value: "PleASE_CHan3e_M!"
|
value: "PleASE_CHan3e_M!"
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# LUKS and LUKS Nuke passphrase
|
||||||
|
################################################################################################################################
|
||||||
luks:
|
luks:
|
||||||
backup:
|
backup:
|
||||||
note: "The value is '<share-identifier>:<password>' (colon-separated). Use the same dedicated destination and credentials across servers."
|
note: "The value is '<share-identifier>:<password>' (colon-separated). Use the same dedicated destination and credentials across servers."
|
||||||
@@ -49,6 +55,9 @@ secrets:
|
|||||||
type: "plain"
|
type: "plain"
|
||||||
value: "THIS_IS_THE_NUKE_PASSWORD!"
|
value: "THIS_IS_THE_NUKE_PASSWORD!"
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# TOTP MFA seed and salt and other seed variables
|
||||||
|
################################################################################################################################
|
||||||
seeds:
|
seeds:
|
||||||
mfa:
|
mfa:
|
||||||
info:
|
info:
|
||||||
@@ -67,6 +76,9 @@ secrets:
|
|||||||
type: "plain"
|
type: "plain"
|
||||||
value: "7cad63da408c27b5121c89cdd0cf878b8f8df1f34bcc0a944152261ee1481fda"
|
value: "7cad63da408c27b5121c89cdd0cf878b8f8df1f34bcc0a944152261ee1481fda"
|
||||||
|
|
||||||
|
################################################################################################################################
|
||||||
|
# User passwords and SSH keys
|
||||||
|
################################################################################################################################
|
||||||
user:
|
user:
|
||||||
root:
|
root:
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user