The reasoning behind not revealing username/passwords directly in playbooks is obvious and speaks for itself.
However, I am calling playbooks from an application that includes credential security/management, and provides credentials at runtime.
For this reason, including ansible_user/ansible_password directly in our playbook invocations works well.
My question ...
I seem to recall seeing something about this method of providing credentials has been tagged as deprecated, but now I can't find where it says so. Is this method being deprecated, or am i mis-recollecting?
Thanks,
Matt