add syncthing stack

This commit is contained in:
Pim Kunis 2023-05-02 13:44:19 +02:00
parent 4678724dcf
commit 70b9ec605f
12 changed files with 499 additions and 3 deletions

View file

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