This commit is contained in:
2026-02-22 00:23:30 +01:00
parent 7238579d9c
commit 084a483cf2
6 changed files with 450 additions and 32 deletions

7
encrypt-vault-string.sh Executable file
View File

@@ -0,0 +1,7 @@
!/usr/bin/env bash
set -euo pipefail
read -r -s -p "String zum Verschlüsseln: " PLAINTEXT
echo
printf '%s' "$PLAINTEXT" | ansible-vault encrypt_string --stdin-name 'secret'