clan: add secrets

grep -- '- &' .sops.yaml  | cut -d'&' -f2 | grep _host | sed 's/_host//' | xargs -n2 clan secrets machines add
for i in secrets/*.yaml; do host=$(basename $i .yaml); clan secrets import-sops $i --machine $host --user makefu --prefix ${host}-;done
for i in secrets/*.yaml; do host=$(basename $i .yaml) ;clan secrets groups add-machine common "$host";done
This commit is contained in:
makefu 2023-10-01 22:58:15 +02:00
parent fc9553f8eb
commit 1e2e2bdd35
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
623 changed files with 4466 additions and 0 deletions

View file

@ -0,0 +1 @@
../../../machines/cake

View file

@ -0,0 +1 @@
../../../machines/filepimp

View file

@ -0,0 +1 @@
../../../machines/gum

View file

@ -0,0 +1 @@
../../../machines/omo

View file

@ -0,0 +1 @@
../../../machines/savarcast

View file

@ -0,0 +1 @@
../../../machines/tsp

Some files were not shown because too many files have changed in this diff Show more