Want to see what's coming in 0.7 in a few weeks?
https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
I don't have hardly anything left on my list that I wanted to do --
it's been a productive few weeks. It's also too early to do another
release though. We released on the 6th before, so approximately
around September 6th is when we'll do Ansible 0.7 as a formal release.
The last week or so, as usual, will be feature frozen so we can QA,
but there is plenty of time left for features. Further, the new
plugins repo (github.com/ansible/ansible-plugins) is not part of
Ansible and is therefore not bound by release constraints.
I may write some some interesting callback plugins yet -- I'm
definitely going to do one that makes a per-host log of playbook runs,
which is really easy to do. I am going to rewrite the API guide and
probably a bit of the best practices guide in the coming weeks as
well.
If anyone is looking for things to do, the issue list is actually
really clean, so testing is good (particularly things on the
changelog), writing interesting callback plugins is good, I'd kinda
like to see more modules involved around monitoring setup probably --
I think there is a ton we could do there and the new 'delegate_to' has
some good infrastructure for enabling that. See what you can come up
with!
--Michael