* module common code now has basic type checking (and casting) capability
* module common now supports a 'no_log' attribute to mark a field as not to be syslogged
* inventory can now point to a directory containing multiple scripts/hosts files
* inventory can now point to a directory containing multiple scripts/hosts files, if using this, put group_vars/host_vars directories inside this directory
Modules Added:
* rabbit_mq plugin module
* rabbit_mq user module
* rabbit_mq vhost module
* rabbit_mq parameter module
* mongodb_user module
* new uri module -- can get/put/post/etc
* CloudFormation module
* zfs
* okg
* macports
* gem
* lvol (LVM logical volumes)
* django-manage
Bugfixes and Misc Changes:
...
...
@@ -39,12 +44,17 @@ Bugfixes and Misc Changes:
* raise an error when multiple when_ statements are provided