documentation edits

Fix spelling and grammar mistakes in the ansible provisioner
documentation.
This commit is contained in:
Billie H. Cleek 2016-02-10 12:45:17 -08:00
parent a5ab53bf5e
commit fbb32d2f15
1 changed files with 6 additions and 6 deletions

View File

@ -50,13 +50,13 @@ Optional Parameters:
- `ssh_host_key_file` (string) - The SSH key that will be used to run the SSH - `ssh_host_key_file` (string) - The SSH key that will be used to run the SSH
server on the host machine to forward commands to the target machine. Ansible server on the host machine to forward commands to the target machine. Ansible
connects to this server and will validate the identity of the server using connects to this server and will validate the identity of the server using
the system known_hosts. The default behaviour is to generate and use a one the system known_hosts. The default behaviour is to generate and use a
time key, and disable host_key_verification in ansible to allow it to connect onetime key, and disable host_key_verification in Ansible to allow it to
to the server connect to the server.
- `ssh_authorized_key_file` (string) - The SSH public key of the Ansible - `ssh_authorized_key_file` (string) - The SSH public key of the Ansible
`ssh_user`. The default behaviour is to generate and use a one time key. If `ssh_user`. The default behaviour is to generate and use a onetime key. If
this file is generated the coorisponding private key will be passed via the this file is generated, the corresponding private key will be passed via the
`--private-key` option to Ansible. `--private-key` option to Ansible.
- `local_port` (string) - The port on which to attempt to listen for SSH - `local_port` (string) - The port on which to attempt to listen for SSH
@ -71,7 +71,7 @@ Optional Parameters:
should read and write on stdin and stdout, respectively. Defaults to should read and write on stdin and stdout, respectively. Defaults to
`/usr/lib/sftp-server -e`. `/usr/lib/sftp-server -e`.
- `extra_arguments` (string) - Extra arguments to pass to Ansible - `extra_arguments` (string) - Extra arguments to pass to Ansible.
## Limitations ## Limitations