Re: [ansible-project] Specify host for a playbook task

2014-03-03 Thread Michael Mahemoff
Thanks! On Monday, March 3, 2014 8:59:06 PM UTC, Adam Heath wrote: > > delegate_to: > > On 03/03/2014 02:51 PM, Michael Mahemoff wrote: > > Is there any way to override the current host for a given task? > > > > I want to set up a recurring database copy, so I need to run some > > commands wi

Re: [ansible-project] Specify host for a playbook task

2014-03-03 Thread Adam Heath
delegate_to: On 03/03/2014 02:51 PM, Michael Mahemoff wrote: Is there any way to override the current host for a given task? I want to set up a recurring database copy, so I need to run some commands within a playbook (all of which apply only if a variable is turned on at the command-line). Thi