feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
10
scripts/sops.sh
Normal file
10
scripts/sops.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
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 ;;
|
||||
*)
|
||||
echo "Usage: scripts/sops.sh [edit|rotate]"
|
||||
;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue