1 2 3 4 5 6
# Run with Docker ```bash echo "YOURVAULTPASS" > vaultid docker build . -t ansible docker run --rm -it -v $(pwd):/ansible -v ~/.ssh:/root/.ssh ansible bash ```