change directory structure

This commit is contained in:
Pim Kunis 2023-04-24 19:28:53 +02:00
parent a172a02fe1
commit 99d88677f9
18 changed files with 226 additions and 155 deletions

View file

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