Adds a requirements.txt file for installing additional python modules
Adds playbooks/vault-init.yml which currently just applies the Vault License from the VAULT_LICENSE environment variable, and enables the Vault Aduit Log to write to stdout.
This will likely end up in another ansible role but for our initial testing this should work.
This PR does the following:
requirements.txt
file for installing additional python modulesplaybooks/vault-init.yml
which currently just applies the Vault License from theVAULT_LICENSE
environment variable, and enables the Vault Aduit Log to write tostdout
.This will likely end up in another ansible role but for our initial testing this should work.