[ansible-project] hosts in ansible-pull working only for 127.0.0.1

2014-01-29 Thread Walid
Hi, I am trying to use ansible-pull, however when i run it it always skips the hosts with the message skippig: no hosts matched unless i use hosts: 127.0.0.1 in the local.yml file, any other host name even though it is defined in both the /etc/hosts and /etc/ansible/hosts will not work, but

Re: [ansible-project] hosts in ansible-pull working only for 127.0.0.1

2014-01-29 Thread Michael DeHaan
Can you please share your Ansible version, as well as the full output from ansible-pull ? On Wed, Jan 29, 2014 at 4:52 AM, Walid walid.sha...@gmail.com wrote: Hi, I am trying to use ansible-pull, however when i run it it always skips the hosts with the message skippig: no hosts matched

Re: [ansible-project] transforming data from the inventory into role parameters

2014-01-29 Thread Nick
On 29/01/14 12:13, Damjan Georgievski wrote: On Tuesday, January 28, 2014 11:35:41 PM UTC+1, Nick wrote: I could try and upgrade, but I suspect that wouldn't be sensible. Why not? Considered laziness. I'd like to avoid adding in dependencies which I then need to ensure are always

Re: [ansible-project] AnsibleWorks is now just Ansible!

2014-01-29 Thread C. Morgan Hamill
Excerpts from Michael DeHaan's message of 2014-01-28 21:08:17 -0500: When we started the company, Ansible wasn't quite available, so we named the company AnsibleWorks. We've finally arranged things so it was possible to change that, and have done so,and we're pretty excited about being able

[ansible-project] Ansible hangs while executing a python script

2014-01-29 Thread Arulraj J
Along with ansible tasks i was calling a python script named 'rbupgrade.py'. During this python script execution anisble hangs and couldn't move further. [root@cu028 ~]# ps -ef|grep py root 19725 19588 0 09:22 pts/000:00:00 grep py root 27594 1 0 Jan26 ?00:00:00

Re: [ansible-project] Re: Anyone managing snmp on Ubuntu with Ansible?

2014-01-29 Thread David Reagan
Yeah, I've tried that. Didn't work. Maybe I did it wrong... Hmm... In the default snmpd.conf file that Ubuntu installs, it says NOT to put those lines in that file. So... --David Reagan On Wed, Jan 29, 2014 at 10:32 AM, Adam Morris zwack...@gmail.com wrote: Not yet, but that might be

[ansible-project] EC2 boto issue

2014-01-29 Thread esteevio
I'm having an issue using the ec2 module with ansible, version 1.4.4 on OSX. I keep getting msg: boto required for this module I am not using virutalenv, python was installed with brew and both ansible and boto were installed with pip. I have removed and reinstalled each to be sure. Anyone

[ansible-project] roles with pre_tasks and post_task

2014-01-29 Thread Adam Heath
I have a patch locally that enables pre and post processing for roles. The directory names are pre_tasks and post_tasks, of course. The flow is: - hosts: targets roles: - role-1 - role-2 pre_tasks: - name: one tasks: - name: two post_tasks: - name: three and evaluates

Re: [ansible-project] uri module following redirects even after follow_redirects=no has been set

2014-01-29 Thread Romeo Theriault
Hi Bennett, It was indeed a bug in the uri module. I've sent in a pull request which fixes the issue. https://github.com/ansible/ansible/pull/5826 Romeo On Mon, Jan 20, 2014 at 10:44 AM, bennett ponder bennettpon...@gmail.com wrote: Here's my ansible version: ansible --version ansible 1.4.4

Re: [ansible-project] Issue with Ansible user and sudo user

2014-01-29 Thread Brian Coca
you are trying to sudo from a user to himself? (preseed in both cases) -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop receiving emails from it, send an email to