From 3d353c4b84018977d5353ff41accc6275bbf42ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 20 Jun 2021 19:43:37 +0200 Subject: [PATCH] general: add show-pass.sh --- show-pass.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 show-pass.sh diff --git a/show-pass.sh b/show-pass.sh new file mode 100755 index 0000000..b8a695e --- /dev/null +++ b/show-pass.sh @@ -0,0 +1,2 @@ +#!/bin/env fish +ansible-vault view --vault-password-file (pass show ansible-homelab | psub) vault/passwords.yml \ No newline at end of file