mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
spotinst_aws_elastigroup module: adding version to Rancher integration (#46293)
* [src] - adding version to spotinst rancher integration * [src] - adding sdk version to docs
This commit is contained in:
parent
b808e1bc5c
commit
e685027fb8
1 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@ description:
|
||||||
requirements:
|
requirements:
|
||||||
- spotinst >= 1.0.21
|
- spotinst >= 1.0.21
|
||||||
- python >= 2.7
|
- python >= 2.7
|
||||||
|
- spotinst_sdk >= 1.0.38
|
||||||
options:
|
options:
|
||||||
|
|
||||||
credentials_path:
|
credentials_path:
|
||||||
|
@ -264,6 +265,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- (Object) The Rancher integration configuration.;
|
- (Object) The Rancher integration configuration.;
|
||||||
Expects the following keys -
|
Expects the following keys -
|
||||||
|
version (String),
|
||||||
access_key (String),
|
access_key (String),
|
||||||
secret_key (String),
|
secret_key (String),
|
||||||
master_host (String)
|
master_host (String)
|
||||||
|
@ -882,7 +884,8 @@ right_scale_fields = ('account_id',
|
||||||
|
|
||||||
rancher_fields = ('access_key',
|
rancher_fields = ('access_key',
|
||||||
'secret_key',
|
'secret_key',
|
||||||
'master_host')
|
'master_host',
|
||||||
|
'version')
|
||||||
|
|
||||||
chef_fields = ('chef_server',
|
chef_fields = ('chef_server',
|
||||||
'organization',
|
'organization',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue