As committed on #468, vault supports vault-ids, [env]@[file] (currently, env: [prod, dev], file: relative (or absolute)). With this format embedded in the ansible.cfg, we can share dev secrets to support out-of-the-box dev and staging deployments.
-- vault_password_file = .vault-password
++ vault_identity_list = prod@.vault-password, dev@/home/user/.vault-pass.dev
As committed on #468, vault supports vault-ids,
[env]@[file](currently, env: [prod,dev], file: relative (or absolute)). With this format embedded in theansible.cfg, we can share dev secrets to support out-of-the-box dev and staging deployments.