This commit is contained in:
Pim Kunis 2023-05-18 00:21:34 +02:00
commit 59a5b86104
11 changed files with 456 additions and 0 deletions

10
util/secret-service-client.sh Executable file
View file

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