mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_eip module: note that there may be a delay before the reassigned instance is reachble.
This commit is contained in:
parent
8a3f8b757b
commit
70be8cfd17
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ author: Lorin Hochstein <lorin@nimbisservices.com>
|
|||
notes:
|
||||
- This module will return C(public_ip) on success, which will contain the
|
||||
public IP address associated with the instance.
|
||||
- There may be a delay between the time the Elastic IP is assigned and when
|
||||
the cloud instance is reachable via the new address. Use wait_for and pause
|
||||
to delay further playbook execution until the instance is reachable, if
|
||||
necessary.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue