restructure

update readme
fix ansible role tags
This commit is contained in:
Pim Kunis 2023-04-13 17:51:54 +02:00
parent 6502f9c514
commit 7f7ae9b91d
24 changed files with 67 additions and 108 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