Re: [ansible-project] synchronize module connects to local machine as root before calling rsync

2014-06-11 Thread Chris Hoffman
needs to know to use the local > connection here, this can be dealt with amid the various fuzzy logic > already in the synchronize plugin. > > > > > On Wed, Jun 11, 2014 at 11:08 AM, Chris Hoffman > wrote: > >> I just ran into this same issue. As alluded to above

Re: [ansible-project] synchronize module connects to local machine as root before calling rsync

2014-06-11 Thread Chris Hoffman
I just ran into this same issue. As alluded to above, adding this line to my inventory resolved the issue. localhost ansible_connection=local In my case, I was passing an explicit user and private-key on the command line which were not set up on my machine. Should there be a note added to th

[ansible-project] Re: rabbitmq json config to setup exchanges and queues

2014-01-31 Thread Chris Hoffman
You should be able to just write the config file in the default location and when you restart rabbitmq it will pick up these settings. We usually have our publishers create exchanges and consumers create exchange, bindings, and queues as opposed as configuring them in the rabbitmq config files

[ansible-project] Re: rabbitmq_user user state=absent error

2014-01-31 Thread Chris Hoffman
The error is actually coming from another task in your playbook. Possibly a command or shell task. - You are on a very old version of ansible. I find this unlikely since the -q is not even in your command. Chris On Friday, January 31, 2014 12:57:18 PM UTC-5, Chris Hoffman wrote: > > I&#x

[ansible-project] Re: rabbitmq_user user state=absent error

2014-01-31 Thread Chris Hoffman
I'll take a look and see if I can figure out what is going on here. On Thursday, January 30, 2014 2:58:52 PM UTC-5, david.n...@warbyparker.com wrote: > > When I run the task: > > - rabbitmq_user: user=guest state=absent node=srv1 > > The error: > > failed: [v-cep01] => {"changed": true, "cmd": "/