change structure

add alerts
This commit is contained in:
Pim Kunis 2023-05-17 11:00:17 +02:00
parent 306abe6c32
commit 106116528d
14 changed files with 432 additions and 9 deletions

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