Implement reproducible S1 handoff contracts
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02994-7685-7940-bf34-3555b8256018
This commit is contained in:
parent
c8cb1c8edf
commit
b93af8cc78
44 changed files with 2035 additions and 342 deletions
|
|
@ -2,8 +2,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
case "${1:-}" in
|
||||
edit) sops inventory/group_vars/secrets.sops.yaml ;;
|
||||
rotate) sops --rotate --in-place inventory/group_vars/secrets.sops.yaml ;;
|
||||
edit) sops secrets/hetzner-token.yaml ;;
|
||||
rotate) python3 scripts/sops_rotation.py --check ;;
|
||||
*)
|
||||
echo "Usage: scripts/sops.sh [edit|rotate]"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue