Skip to content

Commit

Permalink
ec2_instance: metadata_options version_added increased (ansible-colle…
Browse files Browse the repository at this point in the history
…ctions#852)

ec2_instance: metadata_options version_added increased

SUMMARY
After CI troubles in the past, we've forget to backport this feature.

incr from 3.2.0 to 3.3.0 ansible-collections#763

failed backport 3 PR for 3.2.0 release ansible-collections#721


initial implementation for 3.2.0 ansible-collections#715

therefore no changelog fragment is necessary.
ISSUE TYPE


Feature Pull Request

COMPONENT NAME

ec2_instance
ADDITIONAL INFORMATION

Reviewed-by: Jill R <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
markuman authored Jun 22, 2022
1 parent f0fa859 commit 72580bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,22 +316,22 @@
default: optional
type: str
http_put_response_hop_limit:
version_added: 3.3.0
version_added: 4.0.0
type: int
description: >
The desired HTTP PUT response hop limit for instance metadata requests.
The larger the number, the further instance metadata requests can travel.
default: 1
http_protocol_ipv6:
version_added: 3.3.0
version_added: 4.0.0
type: str
description: >
- Wether the instance metadata endpoint is available via IPv6 (C(enabled)) or not (C(disabled)).
- Requires botocore >= 1.21.29
choices: [enabled, disabled]
default: 'disabled'
instance_metadata_tags:
version_added: 3.3.0
version_added: 4.0.0
type: str
description:
- Wether the instance tags are availble (C(enabled)) via metadata endpoint or not (C(disabled)).
Expand Down

0 comments on commit 72580bc

Please sign in to comment.