Re: [ansible-project] Conditional Include Question

2014-06-13 Thread Derrick Bryant
me recover playbook instead. I'm not sure if we are going down the right track with the current playbook. We're definitely open to other suggestions of how to accomplish our goal. Thank you, Derrick Bryant On Fri, Jun 13, 2014 at 2:05 PM, Michael DeHaan wrote: > I'm not sure why you

Re: [ansible-project] Conditional Include Question

2014-06-12 Thread Derrick Bryant
. > > You will get skipped messages. > > Often a better solution is using the group_by module to create a dynamic > group, and then applying that config to just the hosts that match. > > This almost always produces cleaner output and is used often to apply > different configs

[ansible-project] Conditional Include Question

2014-06-11 Thread Derrick Bryant
Hello, I'm running in to an issue with conditional includes. I'm trying to create an automatic rollback procedure for one of my playbooks which attempts to deploy new versions of our company software. I'm using includes to abstract the common roll back tasks to separate YAML files in a director