[ansible-project] Re: Gathering facts just hung to infinity for my AWS hosts

2014-10-10 Thread Steven Truong
Hi all, I worked around and tried not to use any facts so I disabled fact gathering in my playbook. I now ran into a strange problem and even for a simplest task such as running a shell command the whole thing would just hung... TASK: bash | cp /usr/local/bin/help to /usr/local/bin/help.old

[ansible-project] Re: Gathering facts just hung to infinity for my AWS hosts

2014-10-10 Thread Steven Truong
Well, you do not have to guess. I feel very stupid and spent times looking into this. Apparently I used the wrong options for ansible-playbook ansible-playbook base.yml --tags useful -i hosts.awse --limit awse-c --private-key ~/.ssh/key-user -u user -s This works. Sorry to all..