From 6fa31f1415c646f9db3b641aadc8a8d08a0f4134 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 6 Sep 2024 20:15:14 +0300 Subject: [PATCH] feat: add edit secrets action to tamma --- tamma.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tamma.yaml b/tamma.yaml index 942301e..593800f 100644 --- a/tamma.yaml +++ b/tamma.yaml @@ -9,3 +9,7 @@ hosts: ip: social data: user: root + +actions: + - name: edit secrets + exectemplate: sops secrets/{{ .A.host.Name }}/secrets.yaml -- 2.44.1