From 1eef27294aac289909dfcf594fa6b462e2c48dea Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Tue, 1 Oct 2013 14:50:06 -0700 Subject: [PATCH] ec2_eip module: note that there may be a delay before the reassigned instance is reachble. --- cloud/ec2_eip | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/ec2_eip b/cloud/ec2_eip index 9074a0c4b88..3c5f729a8e6 100644 --- a/cloud/ec2_eip +++ b/cloud/ec2_eip @@ -52,6 +52,10 @@ author: Lorin Hochstein 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 = '''