574ac94240
+ new feature: roles + massively improved variable support and conditionals + Pre and Post tasks provide greater controls to make rolling updates even smoother + added 32 new modules: ++ including a openSUSE package management module ++ added team chat notification modules for Flowdock, Hipchat, Campfire, IRC, and more ++ added monitoring modules to interact with New Relic, Airbrake, Pingdom, Pagerduty and Monit - added CHANGELOG.md to /usr/share/doc/packages/ansible/ to have the complete changelog at hand OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=10
69 lines
3.0 KiB
Plaintext
69 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 30 20:05:47 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 1.2:
|
|
+ new feature: roles
|
|
+ massively improved variable support and conditionals
|
|
+ Pre and Post tasks provide greater controls to make rolling
|
|
updates even smoother
|
|
+ added 32 new modules:
|
|
++ including a openSUSE package management module
|
|
++ added team chat notification modules for Flowdock, Hipchat,
|
|
Campfire, IRC, and more
|
|
++ added monitoring modules to interact with New Relic, Airbrake,
|
|
Pingdom, Pagerduty and Monit
|
|
- added CHANGELOG.md to /usr/share/doc/packages/ansible/ to have
|
|
the complete changelog at hand
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 25 08:01:24 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- require python-pyzmq on (open)SUSE
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|