Page MenuHomeDevCentral

D4026.diff
No OneTemporary

D4026.diff

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@
RM=rm -f
MKDIR=mkdir -p
MV=mv
+SALT=salt
+TF=terraform
# -------------------------------------------------------------
# Main targets
@@ -51,3 +53,12 @@
clean-api:
${RM} ${API_DIR}/all-states.json
+
+# -------------------------------------------------------------
+# Deployment targets
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+deploy-secrets:
+ (cd terraform/openbao && ${TF} init && ${TF} apply)
+ ${SALT} windriver state.sls_id /usr/local/etc/secrets/rhyne-wyse.yaml roles/reports/rhyne-wyse/config
+ ${SALT} windriver state.sls_id /srv/viperserv/.credentials roles/viperserv/eggdrop/config

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 24, 14:27 (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3558403
Default Alt Text
D4026.diff (724 B)

Event Timeline