I would like to deploy encrypted (by ansible-vault) files using ansible without providing the vault password. The files should remain encrypted and only be decrypted on the server if needed (using a separate script).
Is that possible somehow?
Some more explanation: I am using the Ansible script to set up a CI server (bamboo, jenkins). Passwords should not live in plain text on that server, they should be decrypted on the fly when used to add another layer of security.