Update changelog since last merge.
This commit is contained in:
parent
ce39c18b14
commit
a3dec0fe2b
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
* 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'
|
* added configurable crypt scheme for 'vars_prompt'
|
||||||
* password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
|
* password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
|
||||||
|
* added --step option to ansible-playbook, works just like Linux interactive startup!
|
||||||
|
|
||||||
Modules Added:
|
Modules Added:
|
||||||
|
|
||||||
|
@ -32,11 +33,17 @@ Modules Added:
|
||||||
* zfs
|
* zfs
|
||||||
* okg
|
* okg
|
||||||
* macports
|
* macports
|
||||||
|
* homebrew
|
||||||
* gem
|
* gem
|
||||||
* lvol (LVM logical volumes)
|
* lvol (LVM logical volumes)
|
||||||
* django-manage
|
* django-manage
|
||||||
* openbsd_pkg
|
* openbsd_pkg
|
||||||
* netscaler
|
* 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:
|
Bugfixes and Misc Changes:
|
||||||
|
|
||||||
|
@ -71,6 +78,7 @@ Facts:
|
||||||
* a whole series of current time information under the 'datetime' hash
|
* a whole series of current time information under the 'datetime' hash
|
||||||
* more OS X facts
|
* more OS X facts
|
||||||
* support for detecting Alpine Linux
|
* support for detecting Alpine Linux
|
||||||
|
* added facts for OpenBSD
|
||||||
|
|
||||||
Module Changes/Fixes:
|
Module Changes/Fixes:
|
||||||
|
|
||||||
|
@ -112,11 +120,17 @@ Module Changes/Fixes:
|
||||||
* added timeout to the uri module (default 30 seconds, adjustable)
|
* 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.
|
* 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
|
* 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:
|
Plugins:
|
||||||
|
|
||||||
* added 'with_random_choice' filter plugin
|
* added 'with_random_choice' filter plugin
|
||||||
* fixed ~ expansion for fileglob
|
* fixed ~ expansion for fileglob
|
||||||
|
* with_nested allows for nested loops (see examples in examples/playbooks)
|
||||||
|
|
||||||
1.0 "Eruption" -- Feb 1 2013
|
1.0 "Eruption" -- Feb 1 2013
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue