[ansible-project] Ansible 1.9.0.1 - alternatives module seems broken

2015-04-11 Thread Nico K.
What I have noticed is that the installed version of alternatives.py does not seem to match what's currently in github, the version installed by pip seems to be many revisions back. I even went as far as removing ansible completely and reinstalling, making sure there are no mix-ups with old ins

[ansible-project] Refresh EC2 instance information after creation.

2015-04-11 Thread Nico K.
Hi, I'm creating an EC2 instance, then assigning an eIP to it, after I want to create a route53 entry using the eIP's CNAME (eip task only returns ip_address not the dns name sadly). My current approach is to attempt to refresh the EC2 instance information (from the control host, I can't login