2013-04-18 10:00:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 18 07:42:43 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- fix build on other distributions than openSUSE
|
|
|
|
- License in SPDX format
|
|
|
|
- added rpmlintrc
|
|
|
|
|
2013-04-17 15:19:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 17 11:04:04 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 1.1:
|
|
|
|
+ stderr shown when commands fail to parse
|
|
|
|
+ uses yaml.safe_dump in filter plugins
|
|
|
|
+ authentication Q&A no longer happens before --syntax-check, but after
|
|
|
|
+ ability to get hostvars data for nodes not in the setup cache yet
|
|
|
|
+ SSH timeout now correctly passed to native SSH connection plugin
|
|
|
|
+ raise an error when multiple when_ statements are provided
|
|
|
|
+ --list-hosts applies host limit selections better
|
|
|
|
+ (internals) template engine specifications to use template_ds everywhere
|
|
|
|
+ better error message when your host file can not be found
|
|
|
|
+ end of line comments now work in the inventory file
|
|
|
|
+ directory destinations now work better with remote md5 code
|
|
|
|
+ lookup plugin macros like $FILE and $ENV now work without
|
|
|
|
returning arrays in variable definitions/playbooks
|
|
|
|
+ uses yaml.safe_load everywhere
|
|
|
|
+ able to add EXAMPLES to documentation via EXAMPLES docstring,
|
|
|
|
rather than just in main documentation YAML
|
|
|
|
+ can set ANSIBLE_COW_SELECTION to pick other cowsay types (including random)
|
|
|
|
+ to_nice_yaml and to_nice_json available as Jinja2 filters that indent and sort
|
|
|
|
+ cowsay able to run out of macports (very important!)
|
|
|
|
+ improved logging for fireball mode
|
|
|
|
+ nicer error message when talking to an older system that needs a
|
|
|
|
JSON module installed
|
|
|
|
+ 'magic' variable 'inventory_basedir' now gives path to inventory file
|
|
|
|
+ 'magic' variable 'vars' works like 'hostvars' but gives global scope
|
|
|
|
variables, useful for debugging in templates mostly
|
|
|
|
+ conditionals can be used on plugins like add_host
|
|
|
|
+ ...and many more...
|
|
|
|
- specfile cleanup
|
|
|
|
- just recomend python-paramiko as the user can also use openssh
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 22 13:47:16 UTC 2013 - julien.tognazzi@gmail.com
|
|
|
|
|
|
|
|
- Merge changes from upstream
|
|
|
|
|