ec2_elb module dropped host from ELB pool w/o reporting a change?

21 views
Skip to first unread message

C. S.

unread,
Mar 27, 2014, 10:06:57 PM3/27/14
to ansible...@googlegroups.com
Hi folks,

For some reason a single host in an ELB pool was reported by the ec2_elb module as not belong to any ELBs, was dropped from the ELB, however since “changed" was False, the playbook never added it back and caused a minor interruption. The only rather suspicious clue I see is that there are two logs for the module running right before it reports no changes.

2014-03-27 18:50:24,486 p=24273 u=ds | TASK: [deploy | de-register instance from ELBs] ********************
2014-03-27 18:50:24,541 p=24273 u=ds | <127.0.0.1> REMOTE_MODULE ec2_elb instance_id=“i-3c58c60c" region="us-east-1" state="absent"
2014-03-27 18:50:41,508 p=24273 u=ds | <127.0.0.1> REMOTE_MODULE ec2_elb instance_id=“i-3c58c60c" region="us-east-1" state="absent"
2014-03-27 18:50:53,737 p=24273 u=ds | Result from run 1 is: {'attempts': 1, u'changed': False, u'ansible_facts': {u'ec2_elbs': []}}
2014-03-27 18:50:53,742 p=24273 u=ds | ok: [server-01] => {"ansible_facts": {"ec2_elbs": []}, "attempts": 1, "changed": false, "item": “"}

Anyone notice this before? This is ansible 1.4.x

Thx!

-cs



Michael DeHaan

unread,
Mar 28, 2014, 9:36:29 AM3/28/14
to ansible...@googlegroups.com
The latest stable version of Ansible is 1.5.3 and contains several months of changes beyond what is in the 1.4.X line.

If you see problems after trying this on 1.5.3 or the development branch head please file a ticket.

Thanks!




-cs



--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/D8FA82AB-1DD5-4968-910F-B62FD66B01E0%40yahoo.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages