mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Support for NIOS modules to use environment variables in provider (#49056)
* env var username/paswd support Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * including all env vars of nios doc Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * fixing default wapi version in doc-s * fixing review comment Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * review statement fix Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
This commit is contained in:
parent
bbd2e31e9f
commit
3f70518257
2 changed files with 11 additions and 9 deletions
|
@ -70,7 +70,8 @@ options:
|
|||
- Specifies the version of WAPI to use
|
||||
- Value can also be specified using C(INFOBLOX_WAP_VERSION) environment
|
||||
variable.
|
||||
default: 1.4
|
||||
- Until ansible 2.8 the default WAPI was 1.4
|
||||
default: 2.1
|
||||
max_results:
|
||||
description:
|
||||
- Specifies the maximum number of objects to be returned,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue