encrypt private keys with correct password
This commit is contained in:
parent
99d88677f9
commit
514dd7d096
3 changed files with 54 additions and 53 deletions
|
@ -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
|
||||
|
|
Reference in a new issue