config parameters in a inventory file

Hello,

I found these config parameters from docs/patterns.html.

- ansible_ssh_host
- ansible_ssh_port
- ansible_ssh_user
- ansible_connection
- ansible_python_interpreter

But from the source code, I found at least these.

- ansible_ssh_private_key_file
- ansible_ssh_pass

More config parameters can be used might be.

These parameters are very important to setting hosts.
So, could you please write down clearly all parameters to the
inventory document?
(may be table or itemized)

Thank you,
WAKAYAMA Shirou

Sure, you can even submit a change to the documentation yourself (via a github pull request) if you want.

See docsite/latest/rst/patterns.rst in the checkout!