adds provider argument to nxos shared module

The provider argument accepts the set of device common arguments as a
dict object.  Individual connection arguments can still be included and
take priority over the provider argument.  This update includes additions
to the nxos doc fragment
This commit is contained in:
Peter Sprygada 2016-01-19 08:38:38 -05:00
commit 981265ac84
2 changed files with 21 additions and 13 deletions

View file

@ -65,5 +65,12 @@ options:
required: false
default: false
choices: BOOLEANS
provider:
description:
- Convience method that allows all M(nxos) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false
default: null
"""