Remove old format cruft
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-13 20:00:49 +02:00
parent 6ebcab155e
commit 2df37af10d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
ansible==2.9.6

View File

@ -1,15 +0,0 @@
#!/bin/bash
set -eu -o pipefail
# Usage
# ./encrypt.sh mysecretname mysecretvalue
declare name="$1"
declare secret="$2"
ansible-vault \
encrypt_string \
--vault-password-file ansible/.vault.sh \
--name "$name" \
"$secret"