add wg interface to access postgres

This commit is contained in:
Pim Kunis 2023-04-06 22:01:42 +02:00
parent 82f13757d7
commit 76704b13eb
4 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
pass=`secret-tool lookup ansible_vault atlas`
retval=$?
if [ $retval -ne 0 ]; then
read -s pass
fi
echo $pass