[ansible-project] Is there an index of common playbook directives?

2016-02-16 Thread Brad Smith
I'm looking for something like the module index pages, but with coverage of the shared directives that can be included in any play, e.g. name, sudo/become, when, register (bonus points for something that details all the properties of the object that register returns), etc. I see these

Re: [ansible-project] How to correctly print a multiline stdout?

2015-05-05 Thread Brad Smith
Did anything ever come of this? I would really like to be able to print friendly Provisioning succeeded! Here's what to do next... messages at the end of some of my playbooks. --Brad On Wednesday, September 11, 2013 at 8:24:34 AM UTC-4, Michael DeHaan wrote: Probably because it requires

[ansible-project] Best Practices for dealing with multiple related sets of properties?

2015-04-17 Thread Brad Smith
Hello all, Suppose I want to deploy multiple versions of a service (let's call them v1 and v2, though they could also be different services with the same setup steps) to two environments (dev and prod). Since steps to deploy each version of the service are pretty much the same a single role