Documenting ansible_ssh_pass

Hi,

I needed to be able to specify the ssh password for ansible-playbook on the command line, and came across this pull request: https://github.com/ansible/ansible/pull/1825. This patch describes a way of specifying the password in the hosts file, with the ansible_ssh_pass property, which is even better. And it works on 1.1. But the documentation makes no note of this, http://ansible.cc/docs/patterns.html#hosts-and-groups mentions new 1.1 features, but only the connection type and user.

Is this just not documented, or is this feature slated for removal? This is extremely useful for our integration testing, where I can basically generate the hosts file based on our VM setup and just feed it to Ansible.

It's just not documented.

Please send me a pull request.

https://github.com/ansible/ansible/pull/2399

Thank you!