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
a3dec0fe
Commit
a3dec0fe
authored
Mar 17, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog since last merge.
parent
ce39c18b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
CHANGELOG.md
+14
-0
No files found.
CHANGELOG.md
View file @
a3dec0fe
...
...
@@ -19,6 +19,7 @@ Core Features
*
inventory can now point to a directory containing multiple scripts/hosts files, if using this, put group_vars/host_vars directories inside this directory
*
added configurable crypt scheme for 'vars_prompt'
*
password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
*
added --step option to ansible-playbook, works just like Linux interactive startup!
Modules Added:
...
...
@@ -32,11 +33,17 @@ Modules Added:
*
zfs
*
okg
*
macports
*
homebrew
*
gem
*
lvol (LVM logical volumes)
*
django-manage
*
openbsd_pkg
*
netscaler
*
bzr (bazaar version control)
*
lvg (logical volume groups)
*
s3 (allows putting file contents in buckets for sharing over s3)
*
vagrant (launching VMs with vagrant, this is different from existing vagrant plugin)
Bugfixes and Misc Changes:
...
...
@@ -71,6 +78,7 @@ Facts:
*
a whole series of current time information under the 'datetime' hash
*
more OS X facts
*
support for detecting Alpine Linux
*
added facts for OpenBSD
Module Changes/Fixes:
...
...
@@ -112,11 +120,17 @@ Module Changes/Fixes:
*
added timeout to the uri module (default 30 seconds, adjustable)
*
ec2 now has a 'wait' parameter to wait for the instance to be active, eliminates need for seperate wait_for call.
*
allow regex backreferences in lineinfile
*
id attribute on ec2 module can be used to set idempotent-do-not-recreate launches
*
icinga support for nagios module
*
fix default logins when no my.conf for MySQL module
*
option to create users with non-unique UIDs (user module)
*
macports module can enable/disable packages
Plugins:
*
added 'with_random_choice' filter plugin
*
fixed ~ expansion for fileglob
*
with_nested allows for nested loops (see examples in examples/playbooks)
1.
0 "Eruption" -- Feb 1 2013
...
...
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