encrypt private keys with correct password

This commit is contained in:
Pim Kunis 2023-04-24 22:10:35 +02:00
parent 99d88677f9
commit 514dd7d096
3 changed files with 54 additions and 53 deletions

View file

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