Add back support for vault_password_file config var (#27597)

Got removed in arg parsing updates. Now added back in
setup_vault_secrets().

The default value for DEFAULT_VAULT_PASSWORD_FILE was also
set to '~' for some reason, change to to no default.

Add integration tests.
This commit is contained in:
Adrian Likins 2017-08-01 18:07:33 -04:00 committed by GitHub
commit 75a8be9a5d
3 changed files with 18 additions and 1 deletions

View file

@ -1089,7 +1089,7 @@ DEFAULT_VAULT_IDENTITY:
vars: []
yaml: {key: defaults.vault_identity}
DEFAULT_VAULT_PASSWORD_FILE:
default: ~
default:
desc: 'TODO: write it'
env: [{name: ANSIBLE_VAULT_PASSWORD_FILE}]
ini: