mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
[cloud] Update ec2.py default for public IP assignment (#25896)
* Update ec2.py Update docs to reflect default. * Update ec2.py Further default update.
This commit is contained in:
@@ -150,7 +150,7 @@ options:
|
||||
description:
|
||||
- enable detailed monitoring (CloudWatch) for instance
|
||||
required: false
|
||||
default: null
|
||||
default: no
|
||||
choices: [ "yes", "no" ]
|
||||
aliases: []
|
||||
user_data:
|
||||
@@ -186,7 +186,7 @@ options:
|
||||
description:
|
||||
- when provisioning within vpc, assign a public IP address. Boto library must be 2.13.0+
|
||||
required: false
|
||||
default: null
|
||||
default: no
|
||||
choices: [ "yes", "no" ]
|
||||
aliases: []
|
||||
private_ip:
|
||||
|
||||
Reference in New Issue
Block a user