Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
70be8cfd
Commit
70be8cfd
authored
Oct 01, 2013
by
Tim Gerla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ec2_eip module: note that there may be a delay before the reassigned instance is reachble.
parent
8a3f8b75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
library/cloud/ec2_eip
+4
-0
No files found.
library/cloud/ec2_eip
View file @
70be8cfd
...
@@ -52,6 +52,10 @@ author: Lorin Hochstein <lorin@nimbisservices.com>
...
@@ -52,6 +52,10 @@ author: Lorin Hochstein <lorin@nimbisservices.com>
notes:
notes:
- This module will return C(public_ip) on success, which will contain the
- This module will return C(public_ip) on success, which will contain the
public IP address associated with the instance.
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
=
'''
EXAMPLES
=
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment