Override params from environment variables, if set.

Fix a typo while I'm in the area.

Handle having None set in module.params more intelligently
This commit is contained in:
Nathaniel Case 2016-03-24 15:49:03 -04:00
parent eab4ce19f3
commit e4e913b331
3 changed files with 27 additions and 5 deletions

View file

@ -45,11 +45,17 @@ options:
required: true
password:
description:
- Specifies the password to use when authentication the connection to
- Specifies the password to use to authenticate the connection to
the remote device. This is a common argument used for either I(cli)
or I(eapi) transports.
required: false
default: null
ssh_keyfile:
description:
- Specifies the SSH keyfile to use to authenticate the connection to
the remote device. This argument is only used for I(cli) transports.
required: false
default: null
authorize:
description:
- Instructs the module to enter priviledged mode on the remote device