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
aee1fcad
Commit
aee1fcad
authored
Nov 18, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog, rename vpc module to ec2_vpc.
parent
fc909b45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGELOG.md
+7
-1
library/cloud/ec2_vpc
+1
-1
No files found.
CHANGELOG.md
View file @
aee1fcad
...
...
@@ -18,7 +18,8 @@ Highlighted new features:
*
The name of each role is now shown before each task if roles are being used
*
Adds a "var=" option to the debug module for debugging variable data. "debug: var=hostvars
[
'hostname'
]
" and "debug: var=foo" are all valid syntax.
*
Variables in {{ format }} can be used as references even if they are structured data
*
*
Can force binding of accelerate to ipv6 ports.
New modules and plugins:
*
cloud:ec2_eip -- manage AWS elastic IPs
...
...
@@ -30,6 +31,7 @@ New modules and plugins:
*
system: modprobe -- manage kernel modules on systems that support modprobe/rmmod
*
system: open_iscsi -- manage targets on an initiator using open-iscsi
*
utilities: include_vars -- dynamically load variables based on conditions.
*
cloud: ec2_vpc -- manage ec2 virtual private clouds
Plugins:
...
...
@@ -63,6 +65,10 @@ Misc changes:
*
Fixes for IPv6 addresses in inventory text files
*
name of executable can be passed to pip/gem etc, for installing under
*different*
interpreters
*
copy of ./hacking/env-setup added for fish users, ./hacking/env-setup.fish
*
file module more tolerant of non-absolute paths in softlinks.
*
miscellaneous fixes/upgrades to async polling logic.
*
conditions on roles now pass to dependent roles
*
1.
3.4 "Top of the World" (reprise) - October 29, 2013
...
...
library/cloud/vpc
→
library/cloud/
ec2_
vpc
View file @
aee1fcad
...
...
@@ -16,7 +16,7 @@
DOCUMENTATION
=
'''
---
module: vpc
module:
ec2_
vpc
short_description: configure AWS virtual private clouds
description:
- Create or terminates AWS virtual private clouds. This module has a dependency on python-boto.
...
...
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