Commit graph

9 commits

Author SHA1 Message Date
makefu f8627e3a07
add secrets for cake 2023-11-09 23:50:35 +01:00
makefu 1e23664c46
secrets: rename wbob aramarkconfig, inventory4ce 2023-10-04 14:47:44 +02:00
makefu 2bccacd650
secrets: download.smb is common secret 2023-10-02 13:35:26 +02:00
makefu 8525509d15
secrets: rename common secrets 2023-10-02 01:19:05 +02:00
makefu 0120e6b042
secrets: add users.oath 2023-10-02 00:59:25 +02:00
makefu 7591f95563
secrets: add pubkeys for savarcast 2023-10-02 00:50:01 +02:00
makefu 9813625a1b
sops: rename secrets 2023-10-02 00:24:41 +02:00
makefu 2bd5af081a
sops: add secrets without dictionaries 2023-10-01 23:32:12 +02:00
makefu 1e2e2bdd35
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
2023-10-01 22:58:15 +02:00