Merge pull request #4330 from tgerla/ec2_eip-docs

ec2_eip module: note that there may be a delay reaching the instance
reviewable/pr18780/r1
Michael DeHaan 11 years ago
commit b391872781

@ -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…
Cancel
Save