adds provider argument to junos shared module

This commit adds a new argument `provider` to the junos shared module.  The
argument allows the set of common connection args to be passed to the
junos shared module.  This commit also updates the junos doc fragment
This commit is contained in:
Peter Sprygada 2016-01-19 12:57:14 -05:00
parent 5144ee226e
commit 33d390fb58
2 changed files with 26 additions and 23 deletions

View file

@ -48,5 +48,12 @@ options:
the SSH session
required: false
default: null
provider:
description:
- Convience method that allows all M(ios) 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
"""