Initial commit

This commit is contained in:
2021-10-06 18:08:46 -04:00
commit 97e3352f14
14 changed files with 2565 additions and 0 deletions

8
vault2vault.py Normal file
View File

@@ -0,0 +1,8 @@
"""CLI tool for recursively rekeying ansible-vault encrypted secrets"""
__title__ = "vault2vault"
__summary__ = "Recursively rekey ansible-vault encrypted files and in-line variables"
__version__ = "0.0.0"
__url__ = "https://github.com/enpaul/vault2vault/"
__license__ = "MIT"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]